From: Holger Schemel Date: Sat, 4 Mar 2023 11:27:26 +0000 (+0100) Subject: fixed bug with wind not working in R'n'D levels using EM engine X-Git-Tag: 4.3.5.2~18 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=4b78ae54d14520dc2ffe8868c363131c0b1b41f2;hp=2fe1b9ac95d6b9729813c048bf2e898bc842ee04;p=rocksndiamonds.git fixed bug with wind not working in R'n'D levels using EM engine --- diff --git a/src/files.c b/src/files.c index 6a4c5f62..834154c8 100644 --- a/src/files.c +++ b/src/files.c @@ -3713,6 +3713,7 @@ static void CopyNativeLevel_RND_to_EM(struct LevelInfo *level) cav->lenses_time = level->lenses_time; cav->magnify_time = level->magnify_time; + cav->wind_time = 9999; cav->wind_direction = map_direction_RND_to_EM(level->wind_direction_initial);