diff --git a/src/cdogs/map_wolf.c b/src/cdogs/map_wolf.c index ac49b192d..73c604a58 100644 --- a/src/cdogs/map_wolf.c +++ b/src/cdogs/map_wolf.c @@ -1321,11 +1321,11 @@ static void TryLoadWallObject( // Check if coming back from secret level if (map->type == CWMAPTYPE_SOD) { - if (missionIndex == 19) + if (missionIndex == 18) { e.Mission = 4; } - else if (missionIndex == 20) + else if (missionIndex == 19) { e.Mission = 12; }