Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 12, 2016
1 parent 008f160 commit 26f9809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadx-super-sonic/mod.cpp
Expand Up @@ -75,7 +75,7 @@ extern "C"
return;

#ifndef _DEBUG
if (GetEventFlag(EventFlags_SuperSonicAdventureComplete))
if (!GetEventFlag(EventFlags_SuperSonicAdventureComplete))
return;
#endif

Expand Down

0 comments on commit 26f9809

Please sign in to comment.