fixed bug with not updating game panel when leaving invisible warp mode
[rocksndiamonds.git] / src / game.c
index 2ccc79cd1ca3c16341cfdf204b3a052249ba2e1c..d8a3d16270af01b54ed8dcff09072d13f79aff4a 100644 (file)
@@ -2869,12 +2869,10 @@ void UpdateAndDisplayGameControlValues(void)
   DisplayGameControlValues();
 }
 
-#if 0
-static void UpdateGameDoorValues(void)
+void UpdateGameDoorValues(void)
 {
   UpdateGameControlValues();
 }
-#endif
 
 void DrawGameDoorValues(void)
 {