Skip to content

Commit

Permalink
Adding special voice for Gamma in a Big level.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Aug 13, 2016
1 parent 168b78f commit 3154de2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SADXCharSel/SADXCharSel.cpp
Expand Up @@ -183,7 +183,10 @@ extern "C"
Load_DelayedSound_Voice(1733);
break;
case Characters_Gamma:
Load_DelayedSound_Voice(1770);
if (!bosslevel && CurrentCharacter == Characters_Big)
Load_DelayedSound_Voice(1772);
else
Load_DelayedSound_Voice(1770);
break;
case Characters_Big:
if (bosslevel)
Expand Down

0 comments on commit 3154de2

Please sign in to comment.