mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-22 04:31:14 +00:00
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:
parent
a4fcaa728b
commit
36e38984a2
1 changed files with 3 additions and 3 deletions
|
@ -827,9 +827,9 @@ void IN_Cancel(void)
|
|||
|
||||
void IN_Impulse (void)
|
||||
{
|
||||
char msg[1024];
|
||||
sprintf(msg, "in_impulse=%s\n", gEngfuncs.Cmd_Argv(1));
|
||||
CenterPrint(msg);
|
||||
//char msg[1024];
|
||||
//sprintf(msg, "in_impulse=%s\n", gEngfuncs.Cmd_Argv(1));
|
||||
//CenterPrint(msg);
|
||||
|
||||
in_impulse = atoi( gEngfuncs.Cmd_Argv(1) );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue