fixed broken door animations when switching between custom graphics
[rocksndiamonds.git] / src / init.c
index 18a5a2c16199f38dfe9521f9419fe330fb5ccddc..e4b15279a401e5024b84b343b1fb16613e1f0f06 100644 (file)
@@ -5014,6 +5014,9 @@ void InitGfxBuffers()
   InitGfxScrollbufferInfo(FXSIZE, FYSIZE);
   InitGfxClipRegion(FALSE, -1, -1, -1, -1);
 
+  /* required if door size definitions have changed */
+  InitGraphicCompatibilityInfo_Doors();
+
   InitGfxBuffers_EM();
   InitGfxBuffers_SP();
 }