Removed some debug print-outs from void IN_Impulse (void).

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@236 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-07-05 01:22:56 +00:00
parent a4fcaa728b
commit 36e38984a2

View file

@ -827,9 +827,9 @@ void IN_Cancel(void)
void IN_Impulse (void) void IN_Impulse (void)
{ {
char msg[1024]; //char msg[1024];
sprintf(msg, "in_impulse=%s\n", gEngfuncs.Cmd_Argv(1)); //sprintf(msg, "in_impulse=%s\n", gEngfuncs.Cmd_Argv(1));
CenterPrint(msg); //CenterPrint(msg);
in_impulse = atoi( gEngfuncs.Cmd_Argv(1) ); in_impulse = atoi( gEngfuncs.Cmd_Argv(1) );
} }