maint: remove comment

This commit is contained in:
6arelyFuture 2023-02-19 00:59:48 +00:00 committed by GitHub
parent e3b606f00f
commit f4472e815d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
* IW4SP: Singleplayer only
* IW4: Generic
* 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
@ -84,7 +84,7 @@
{ \
CHK_ACTION; \
}
#else /* Valid for Plutonium IW5 with bot warfare */
#else /* Valid for other clients */
#define BOT_CHK(ent) \
if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \
{ \