changed name of preprocessor constant to improve readability
[rocksndiamonds.git] / src / libgame / image.h
index bb9b21eeeb8901475dfb300685dd0683eaf857d9..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
 
@@ -74,4 +74,4 @@ void ScaleImage(int, int);
 
 void FreeAllImages(void);
 
-#endif /* IMAGE_H */
+#endif // IMAGE_H