rnd-20030118-4-src
[rocksndiamonds.git] / src / libgame / system.h
index 100f80de4a03c5dcbf3635c7d7ba8c6dea256181..c6065db65b47f797c9498a5dd85bb78b77cbdb1e 100644 (file)
@@ -71,7 +71,7 @@
 #define MV_BIT_RIGHT           1
 #define MV_BIT_UP              2
 #define MV_BIT_DOWN            3
-#define NUM_MV_DIRECTIONS      4
+#define NUM_DIRECTIONS         4
 
 #define MV_NO_MOVING           0
 #define MV_LEFT                        (1 << MV_BIT_LEFT)