- console cleanup.

The bulk of the console is now free of game dependencies.
This commit is contained in:
Christoph Oelckers 2020-10-25 12:47:07 +01:00
parent 8bfb0b1e20
commit 8d3585afe1
9 changed files with 490 additions and 364 deletions

View file

@ -58,10 +58,10 @@ enum
PRINT_TEAMCHAT, // chat messages from a teammate
PRINT_LOG, // only to logfile
PRINT_BOLD = 200, // What Printf_Bold used
PRINT_TYPES = 1023, // Bitmask.
PRINT_NONOTIFY = 1024, // Flag - do not add to notify buffer
PRINT_NOLOG = 2048, // Flag - do not print to log file
PRINT_NOTIFY = 4096, // Flag - add to game-native notify display - messages without this only go to the generic notification buffer.
PRINT_TYPES = 1023, // Bitmask.
};
enum