summaryrefslogtreecommitdiff
path: root/src/netlem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlem.c')
-rw-r--r--src/netlem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netlem.c b/src/netlem.c
index b47a0eb..3d128c9 100644
--- a/src/netlem.c
+++ b/src/netlem.c
@@ -265,7 +265,7 @@ int init(gameConfig_t *conf, gameGraphics_t *gGraph) {
SDL_WM_SetCaption(WIN_CAPTION, NULL);
// We dont want to see the standard mouse cursor in our main window
- SDL_ShowCursor(0);
+ //TODO: SDL_ShowCursor(0);
// Memory allocation and initialization for all display layers
gGraph->surfaces.terrain = createSurface(LEVEL_WIDTH, LEVEL_HEIGHT);