aboutsummaryrefslogtreecommitdiff
path: root/src/autojump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autojump.c')
-rw-r--r--src/autojump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autojump.c b/src/autojump.c
index 6d0fbda..2656796 100644
--- a/src/autojump.c
+++ b/src/autojump.c
@@ -91,7 +91,7 @@ INIT {
errmsg_errorx("couldn't get server-side game movement interface");
return FEAT_FAIL;
}
- if_cold (!unprot(gmsv)) return false;
+ if_cold (!unprot(gmsv)) return FEAT_FAIL;
gmcl = factory_client("GameMovement001", 0);
if_cold (!gmcl) {
errmsg_errorx("couldn't get client-side game movement interface");