mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
5f1a9d8cbf
commit
a96b5ee4e9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue