Fix candle flames and grease spill progression on res change

This commit is contained in:
elasota
2020-04-02 01:47:25 -04:00
parent db89bf178c
commit 9a4f3f0e67
7 changed files with 103 additions and 36 deletions

View File

@@ -128,6 +128,9 @@ void ResetLocale (Boolean soft)
DrawFloorSupport();
RestoreWorkMap();
shadowVisible = IsShadowVisible();
if (soft)
RedrawAllGrease();
SetGraphicsPort(wasCPort);
}