mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
PF_Fixme(): better error message.
This commit is contained in:
parent
86d0093237
commit
510ac98c9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue