From 117f3ad6ae3fb6df54bc553bd1efbab080d39606 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Apr 2022 04:24:52 +0100 Subject: Add engine_no_focus_sleep backport, fix codegen Default gamedata values actually work the way they're supposed to now. --- src/autojump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autojump.c') diff --git a/src/autojump.c b/src/autojump.c index 6c30df9..a8d7ee2 100644 --- a/src/autojump.c +++ b/src/autojump.c @@ -74,7 +74,7 @@ static bool unprot(void *gm) { bool autojump_init(void) { // TODO(featgen): auto-check these factories if (!factory_client || !factory_server) { - con_warn("autojump: missing required interfaces\n"); + con_warn("autojump: missing required factories\n"); return false; } if (!gamedata_has_vtidx_CheckJumpButton || !gamedata_has_off_mv) { -- cgit v1.2.3