about summary refs log tree commit diff
path: root/src/game/client/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/menu.cpp')
-rw-r--r--src/game/client/menu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index b2a4fbb8..9c881488 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -1429,8 +1429,6 @@ int modmenu_render(bool ingame)
     //int r = menu_render(server_address, str, max_len);
 	int r = menu_render(ingame);
 
-    // render butt ugly mouse cursor
-    // TODO: render nice cursor
     gfx_texture_set(data->images[IMAGE_CURSOR].id);
     gfx_quads_begin();
     gfx_quads_setcolor(1,1,1,1);