diff options
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c index d72bc7609..e2fcf3a1c 100644 --- a/src/intro.c +++ b/src/intro.c @@ -1506,7 +1506,7 @@ void sub_813DA64(struct Sprite *sprite) { sprite->data7++; - switch(sprite->data0) + switch (sprite->data0) { case 0: default: |