From 085eaa4c64f1254101fe59747e87aacb009ebe3b Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 17 Sep 2018 20:57:19 +0200 Subject: [PATCH] fixed bug with calling function with invalid (although ignored) parameter --- src/game_mm/mm_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1