about summary refs log tree commit diff
path: root/src/game/client/menu.cpp
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-08-15 10:07:44 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-08-15 10:07:44 +0000
commit67710661741e1ba569073513b7e741fc88c756f3 (patch)
tree22c0b7d5c0a67b1ae27aa246ee31a735c6762a26 /src/game/client/menu.cpp
parent15d262ea1d6d7d03cbe3934ecf3c7c5f6ab1b5fd (diff)
downloadzcatch-67710661741e1ba569073513b7e741fc88c756f3.tar.gz
zcatch-67710661741e1ba569073513b7e741fc88c756f3.zip
improved emoticon selector
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);