Oops, fix shake which I broke :(

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4666 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
bztdlinux 2009-12-09 20:47:50 +00:00
parent 828bf052f0
commit 851962977e
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ Y |. .|| Z
*/ */
void StartShake(ShakeData &shakeData) { void StartShake(ShakeData &shakeData) {
shakeData.Shake = 1; if (shakeData.Shake <= 0) shakeData.Shake = 1;
} }
// Single shake step of all three directions // Single shake step of all three directions