changed name of preprocessor constant to improve readability
[rocksndiamonds.git] / src / libgame / image.h
index 8827257b791d27deb2154737a81b3abf8540e450..3d2421934465f4e1790628538607925667b65add 100644 (file)
@@ -27,7 +27,7 @@
 #define NUM_IMG_BITMAPS                7
 
 // this bitmap pointer points to one of the above bitmaps (do not free it)
-#define IMG_BITMAP_GAME                7
+#define IMG_BITMAP_PTR_GAME    7
 
 #define NUM_IMG_BITMAP_POINTERS        8