Skip to content

Commit

Permalink
Allow Super Sonic in Final Story
Browse files Browse the repository at this point in the history
  • Loading branch information
kellsnc committed Feb 25, 2022
1 parent a43b2f5 commit d40233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadx-super-sonic/supersonic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static bool Blacklist_NormalSuperSonic(EntityData1* data, CharObj2* co2)

bool IsPerfectChaosLevel()
{
return LastStoryFlag == 1 || (CurrentLevel == LevelIDs_PerfectChaos && CurrentAct == 0);
return CurrentLevel == LevelIDs_PerfectChaos && CurrentAct == 0;
}

static void Sonic_Exec_r(task* tp)
Expand Down

0 comments on commit d40233d

Please # to comment.