diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-08-15 10:07:44 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-08-15 10:07:44 +0000 |
| commit | 67710661741e1ba569073513b7e741fc88c756f3 (patch) | |
| tree | 22c0b7d5c0a67b1ae27aa246ee31a735c6762a26 /src/game/client/menu.cpp | |
| parent | 15d262ea1d6d7d03cbe3934ecf3c7c5f6ab1b5fd (diff) | |
| download | zcatch-67710661741e1ba569073513b7e741fc88c756f3.tar.gz zcatch-67710661741e1ba569073513b7e741fc88c756f3.zip | |
improved emoticon selector
Diffstat (limited to 'src/game/client/menu.cpp')
| -rw-r--r-- | src/game/client/menu.cpp | 2 |
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); |