]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ui.c
some added structures in in preparation for another protocol version bump (to add...
[xonotic/darkplaces.git] / ui.c
diff --git a/ui.c b/ui.c
index 6a41d9b8a909a442075cb25acce9f678c918c25d..b2b91bc4874f862262807eff22c96e48fdf5c7ca 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -405,6 +405,6 @@ void ui_draw(void)
                        DrawQ_String(it->draw_x, it->draw_y, it->draw_string, 0, 8, 8, 1, 1, 1, 1, DRAWFLAG_ADDITIVE);
 
                DrawQ_Pic(ui_mouse_x, ui_mouse_y, "ui/mousepointer.tga", 0, 0, 1, 1, 1, 1, 0);
-               //Draw_GenericPic(ui_mousepointertexture, 1, 1, 1, 1, ui_mouse_x, ui_mouse_y, 16, 16);
        }
 }
+