summaryrefslogtreecommitdiffhomepage
path: root/src/nosleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nosleep.c')
-rw-r--r--src/nosleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nosleep.c b/src/nosleep.c
index c849f04..5618ba9 100644
--- a/src/nosleep.c
+++ b/src/nosleep.c
@@ -42,11 +42,11 @@ bool nosleep_init(void) {
con_reg(engine_no_focus_sleep);
// TODO(featgen): auto-check these factories
if (!factory_inputsystem) {
- errmsg_warnx("missing required factories");
+ errmsg_errorx("missing required factories");
return false;
}
if (!has_vtidx_SleepUntilInput) {
- errmsg_warnx("missing gamedata entries for this engine");
+ errmsg_errorx("missing gamedata entries for this engine");
return false;
}
void *insys = factory_inputsystem("InputSystemVersion001", 0);