Skip to content

Commit

Permalink
don't perform custom Super Sonic checks in Super Sonic's story - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 23, 2018
1 parent 4be5c11 commit 9487efb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sadx-super-sonic/mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ extern "C"
}
#endif

// Don't perform custom Super Sonic checks in Super Sonic's story.
if (LastStoryFlag != 0)
{
return;
}

bool is_blacklisted = is_stage_blacklisted();

for (int i = 0; i < 8; i++)
Expand Down

0 comments on commit 9487efb

Please sign in to comment.