Skip to content

Commit

Permalink
Fix spear secret mission exits
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 30, 2021
1 parent d9635c2 commit d61eae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdogs/map_wolf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d61eae7

Please sign in to comment.