PF_Fixme(): better error message.

This commit is contained in:
Jeff Teunissen 2002-09-30 16:47:41 +00:00
parent 86d0093237
commit 510ac98c9b

View file

@ -1583,7 +1583,7 @@ PF_rotate_bbox (progs_t *pr)
void
PF_Fixme (progs_t *pr)
{
PR_RunError (pr, "unimplemented bulitin");
PR_RunError (pr, "Unimplemented builtin function called");
}
void