mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-20 04:15:43 +00:00
maint: remove comment
This commit is contained in:
parent
e3b606f00f
commit
f4472e815d
@ -6,7 +6,7 @@
|
|||||||
* IW4SP: Singleplayer only
|
* IW4SP: Singleplayer only
|
||||||
* IW4: Generic
|
* IW4: Generic
|
||||||
* Usage with a C++20 (or a later standard) compliant preprocessor is required.
|
* Usage with a C++20 (or a later standard) compliant preprocessor is required.
|
||||||
* /Zc:preprocessor is required with the MSVC compiler it seems.
|
* /Zc:preprocessor is required with the MSVC compiler.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
@ -84,7 +84,7 @@
|
|||||||
{ \
|
{ \
|
||||||
CHK_ACTION; \
|
CHK_ACTION; \
|
||||||
}
|
}
|
||||||
#else /* Valid for Plutonium IW5 with bot warfare */
|
#else /* Valid for other clients */
|
||||||
#define BOT_CHK(ent) \
|
#define BOT_CHK(ent) \
|
||||||
if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \
|
if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user