mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-01-31 22:00:36 +00:00
force the PRINT_* marcros to be floats
This commit is contained in:
parent
3c837e0bc3
commit
8eafb211f7
1 changed files with 4 additions and 4 deletions
8
defs.qh
8
defs.qh
|
@ -192,10 +192,10 @@
|
|||
|
||||
|
||||
// message levels
|
||||
#define PRINT_LOW 0 // pickup messages
|
||||
#define PRINT_MEDIUM 1 // death messages
|
||||
#define PRINT_HIGH 2 // critical messages
|
||||
#define PRINT_CHAT 3 // also goes to chat console
|
||||
#define PRINT_LOW 0.0 // pickup messages
|
||||
#define PRINT_MEDIUM 1.0 // death messages
|
||||
#define PRINT_HIGH 2.0 // critical messages
|
||||
#define PRINT_CHAT 3.0 // also goes to chat console
|
||||
|
||||
// multicast sets
|
||||
#define MULTICAST_ALL 0 // every client
|
||||
|
|
Loading…
Reference in a new issue