Report insanities via impossible

This commit is contained in:
Pasi Kallinen
2018-11-07 18:50:09 +02:00
parent c6ade9c715
commit 75f6001afc
2 changed files with 5 additions and 5 deletions

View File

@@ -1720,7 +1720,7 @@ timer_sanity_check()
struct obj *obj = curr->arg.a_obj;
if (obj->timed == 0) {
pline("timer sanity: untimed obj %s, timer %ld",
impossible("timer sanity: untimed obj %s, timer %ld",
fmt_ptr((genericptr_t) obj), curr->tid);
}
}