diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-12 19:26:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 19:26:25 -0800 |
commit | e6c9d717dfad90e5423ebfc6aef53e0b19ef808d (patch) | |
tree | 6d18550f086819f3dee2918f9f04dea22ba9a9b1 /src/scrcmd.c | |
parent | 36214115534dd9329b5c02d78595967e671b6caf (diff) | |
parent | 6a07ab586cb3f472657a8572a6b7270ea8751f6a (diff) |
Merge pull request #126 from marijnvdwerf/clean/up-warnings
Increase warnings and turn warnings into errors
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; |