hmm. Double echoing.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@101 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-01 00:06:26 +00:00
parent 403fbd6f56
commit 44f6b09d17
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ void VARGS PR_RunError (progfuncs_t *progfuncs, char *error, ...)
pr_depth = 0; // dump the stack so host_error can shutdown functions
prinst->exitdepth = 0;
Abort ("Program error %s", string);
Abort ("Program error");
}
/*