okay, the cprint builtin I just added will now actually do something useful. ho hum.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3179 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-04-19 01:02:56 +00:00
parent 5f1a9d8cbf
commit a96b5ee4e9
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ void SCR_CenterPrint (int pnum, char *str, qboolean skipgamecode)
void SCR_CPrint_f(void)
{
SCR_CenterPrint(0, Cmd_Argv(0), true);
SCR_CenterPrint(0, Cmd_Args(), true);
}
void SCR_EraseCenterString (void)