mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-08-30 13:03:17 +00:00
maint: at this point use defined for consistency
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
/* IW4x MP has printConsole Built-in. __VA_OPT__ requires C++20 compliant preprocessor */
|
/* IW4x MP has printConsole Built-in. __VA_OPT__ requires C++20 compliant preprocessor */
|
||||||
/* Do not use the + to concatenate strings, let the GSC VM do it for you */
|
/* Do not use the + to concatenate strings, let the GSC VM do it for you */
|
||||||
/* Other clients will have print avaiable */
|
/* Other clients will have print avaiable */
|
||||||
#ifdef IW4MP
|
#if defined(IW4MP)
|
||||||
#define PRINT(format, ...) printConsole( format __VA_OPT__(,) __VA_ARGS__ )
|
#define PRINT(format, ...) printConsole( format __VA_OPT__(,) __VA_ARGS__ )
|
||||||
#else
|
#else
|
||||||
#define PRINT(format, ...) print( format __VA_OPT__(,) __VA_ARGS__ )
|
#define PRINT(format, ...) print( format __VA_OPT__(,) __VA_ARGS__ )
|
||||||
|
Reference in New Issue
Block a user