From: Holger Schemel Date: Mon, 17 Sep 2018 18:57:19 +0000 (+0200) Subject: fixed bug with calling function with invalid (although ignored) parameter X-Git-Tag: 4.1.1.0~28 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=085eaa4c64f1254101fe59747e87aacb009ebe3b fixed bug with calling function with invalid (although ignored) parameter --- diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index 7d22eb30..b55b2bf0 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -4323,7 +4323,7 @@ void LoadEngineSnapshotValues_MM() energy_delay = engine_snapshot_mm.energy_delay; overload_delay = engine_snapshot_mm.overload_delay; - RedrawPlayfield_MM(TRUE); + RedrawPlayfield_MM(); } static int getAngleFromTouchDelta(int dx, int dy, int base)