diff options
| author | Colin Noga <Tempus@chronometry.ca> | 2013-05-02 23:28:25 -0500 | 
|---|---|---|
| committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-02 23:28:25 -0500 | 
| commit | 95da70dfef8c390979ba0bff5e9ed1132397b28b (patch) | |
| tree | 653fb8269117c5c946aee201c408928281390cb5 /src | |
| parent | 0d566c565bbb24a90023219916dcc7e4da24754e (diff) | |
| download | kamek-95da70dfef8c390979ba0bff5e9ed1132397b28b.tar.gz kamek-95da70dfef8c390979ba0bff5e9ed1132397b28b.zip  | |
Minor fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/bonusRoom.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bonusRoom.cpp b/src/bonusRoom.cpp index 29d3312..e2c89d0 100644 --- a/src/bonusRoom.cpp +++ b/src/bonusRoom.cpp @@ -683,7 +683,7 @@ void dSingAlong::executeState_Prize() {  		chorus += 1;  		if (chorus == 4) {  -			if success != 4 +			if (success != 4)  				state.setState(&StateID_Failure);  			else  				state.setState(&StateID_Win);  | 
