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:
Spoike 2018-12-04 08:59:22 +00:00
parent d831199e2c
commit 75c7f7ce32
1 changed files with 1 additions and 1 deletions

View File

@ -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
}