0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/prozac-qfcc synced 2025-03-04 00:20:50 +00:00

force the PRINT_* marcros to be floats

This commit is contained in:
Bill Currie 2001-07-24 20:45:52 +00:00
parent 3c837e0bc3
commit 8eafb211f7

View file

@ -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