rnd-20070208-1-src
[rocksndiamonds.git] / src / libgame / system.h
index fcb2034b7a7f015fb62b58f444dca3329c948c82..0a1c39061ee2af0406d3d1123ee750d0d5182006 100644 (file)
 
 /* values for mouse cursor */
 #define CURSOR_DEFAULT         0
-#define CURSOR_PLAYFIELD       1
+#define CURSOR_NONE            1
+#define CURSOR_PLAYFIELD       2
 
 /* fundamental game speed values */
 #define ONE_SECOND_DELAY       1000    /* delay value for one second */