From 75c7f7ce32f8c65091799dfd066bbd5543247d52 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 4 Dec 2018 08:59:22 +0000 Subject: [PATCH] Those prints were annoying me git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5355 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/in_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/in_win.c b/engine/client/in_win.c index e3cf5a263..290548da2 100644 --- a/engine/client/in_win.c +++ b/engine/client/in_win.c @@ -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 }