fix a missed break

This commit is contained in:
dborth 2009-05-26 16:36:06 +00:00
parent 5b18b0d1e9
commit 92075a1fbf

View File

@ -3437,6 +3437,7 @@ static int MenuSettingsMenu()
GCSettings.SFXVolume += 10;
if(GCSettings.SFXVolume > 100)
GCSettings.SFXVolume = 0;
break;
case 4:
GCSettings.Rumble ^= 1;
break;