changed global animations (esp. toons) to be controlled by game mode
[rocksndiamonds.git] / src / tools.c
index 6a1306e45e903f9238a6526b4a6a86f68bcc1ce2..17a5cf5ad15e16cc0cf068af1a6949f89c55675a 100644 (file)
@@ -8233,6 +8233,7 @@ void ChangeViewportPropertiesIfNeeded()
 
     init_video_buffer = TRUE;
     init_gfx_buffers = TRUE;
+    init_gadgets_and_toons = TRUE;
 
     // printf("::: video: init_video_buffer, init_gfx_buffers\n");
   }
@@ -8383,6 +8384,7 @@ void ChangeViewportPropertiesIfNeeded()
 
     InitGadgets();
     InitToons();
+    InitGlobalAnimations();
   }
 
   if (init_em_graphics)