fixed invalidating artwork info cache for non-existing artwork config file
[rocksndiamonds.git] / src / game.h
index 0ad03704e3168c113d20b90b5965ea8402cabf82..5739ecf0668eb82c770c3c568264b5a86cd47fa6 100644 (file)
@@ -156,6 +156,7 @@ struct GameInfo
   boolean use_native_emc_graphics_engine;
   boolean use_native_sp_graphics_engine;
   boolean use_masked_pushing;
+  boolean use_masked_elements;
   int forced_scroll_delay_value;
   int scroll_delay_value;
   int tile_size;
@@ -401,7 +402,7 @@ int GetElementFromGroupElement(int);
 
 int getPlayerInventorySize(int);
 
-void DrawGameValue_Time(int);
+void UpdateGameDoorValues(void);
 void DrawGameDoorValues(void);
 
 void UpdateAndDisplayGameControlValues(void);