changed name of preprocessor constant to improve readability
[rocksndiamonds.git] / src / libgame / image.h
index a9185adae473b76e1d412c28d31bff5df065e4dc..3d2421934465f4e1790628538607925667b65add 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // image.h
 // ============================================================================
@@ -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