diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-11 23:42:56 +0100 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-12 09:50:41 +0100 |
commit | 11373fb2d4836083f2a72a9669098a068bba4242 (patch) | |
tree | 9fd69bfeb0eb1b10325befebf54c2e68a052fb8d /src/scrcmd.c | |
parent | c94528567925bd8b33d0fb93beaaa248636fec41 (diff) |
Fix various warnings
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 8051b0cb0..ef77966c6 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1697,7 +1697,7 @@ bool8 ScrCmd_setanimation(struct ScriptContext *ctx) return FALSE; } -bool8 sub_8067B48() +static bool8 sub_8067B48() { if (!FieldEffectActiveListContains(gUnknown_0202E8BC)) return TRUE; @@ -1775,7 +1775,7 @@ bool8 ScrCmd_setdoorclosed(struct ScriptContext *ctx) return FALSE; } -bool8 IsDoorAnimationStopped() +static bool8 IsDoorAnimationStopped() { if (!FieldIsDoorAnimationRunning()) return TRUE; |