summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-14 13:58:46 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-14 13:58:46 (GMT)
commitc0b901e9f82d4a266412fe86bacf5432fb49fd4e (patch)
tree025ce380716c0febe20723461b634597aaccf056 /matchblox/main.cpp
parent2455e17dcb148c0004347f6ab85758184eb47ba6 (diff)
download2iv55-c0b901e9f82d4a266412fe86bacf5432fb49fd4e.zip
2iv55-c0b901e9f82d4a266412fe86bacf5432fb49fd4e.tar.gz
2iv55-c0b901e9f82d4a266412fe86bacf5432fb49fd4e.tar.bz2
code cleanup
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index a7cbedb..32dbd27 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -139,6 +139,7 @@ int main(int argc, char **argv)
glutSpecialFunc(process_special_keys);
glutMouseFunc(process_mouse);
glutPassiveMotionFunc(process_passive_mouse);
+ glutSetCursor(GLUT_CURSOR_NONE);
init_gl();
MenuInit(SCREEN_WIDTH, SCREEN_HEIGHT);