mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
oops, don't want that debugging print :)
This commit is contained in:
parent
3e8728a06c
commit
00e9ad1b99
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ void () Alias_SetBatch =
|
|||
if (self.got_aliases_time > time)
|
||||
return;
|
||||
|
||||
sprint (self, PRINT_MEDIUM, "num: " + ftos (num) + "\n\n");
|
||||
// sprint (self, PRINT_MEDIUM, "num: " + ftos (num) + "\n\n");
|
||||
|
||||
if (self.got_aliases != TF_GOTALIAS_SETTING)
|
||||
error ("AliasCheck() called with wrong got_aliases setting (" + ftos (self.got_aliases) + ")!\n");
|
||||
|
|
Loading…
Reference in a new issue