Skip to content

Commit

Permalink
Remove light dash bit before transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 13, 2016
1 parent 7fef4dd commit 5694d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sadx-super-sonic/mod.cpp
Expand Up @@ -203,6 +203,7 @@ extern "C"
else if (Rings >= 50)
{
// Transform into Super Sonic
data1->Status &= ~Status_LightDash;
ForcePlayerAction(i, 46);
data2->Upgrades |= Upgrades_SuperSonic;
PlayVoice(396);
Expand Down

0 comments on commit 5694d90

Please sign in to comment.