mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
Those prints were annoying me
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5355 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d831199e2c
commit
75c7f7ce32
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ void INS_RawInput_Init(void)
|
|||
raw = BZ_Malloc(INIT_RIBUFFER_SIZE);
|
||||
ribuffersize = INIT_RIBUFFER_SIZE;
|
||||
|
||||
Con_SafePrintf("Raw input: initialized with %i mice and %i keyboards\n", rawmicecount, rawkbdcount);
|
||||
Con_DPrintf("Raw input: initialized with %i mice and %i keyboards\n", rawmicecount, rawkbdcount);
|
||||
|
||||
return; // success
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue