diff options
author | YamaArashi <shadow962@live.com> | 2017-05-03 18:16:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-03 18:16:31 -0700 |
commit | c26ecaec0fbb5f322fd7f08dbf4e96082a33371e (patch) | |
tree | 20e9954c3040f285193f059be5f6ac33cb5d1508 /src/battle_anim.c | |
parent | 218b9abd41fced633c28e15e3a000f18bfb1c0d4 (diff) |
clean up whitespace
Diffstat (limited to 'src/battle_anim.c')
-rw-r--r-- | src/battle_anim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_anim.c b/src/battle_anim.c index 89798019c..b9aa5b898 100644 --- a/src/battle_anim.c +++ b/src/battle_anim.c @@ -645,7 +645,7 @@ static void ScriptCmd_end(void) m4aMPlayStop(&gMPlay_SE2); } } - + // the SE has halted, so set the SE Frame Counter to 0 and continue. gSoundAnimFramesToWait = 0; |