Skip to content

Commit af1f72f

Browse files
committed
chore: Check against RTS_GENERALS compile flag for Generals
1 parent 0c8d08a commit af1f72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generals/Code/GameEngine/Source/GameClient/SelectionInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Bool addDrawableToList( Drawable *draw, void *userData )
347347
if (!pds->drawableListToFill)
348348
return FALSE;
349349

350-
#if !RETAIL_COMPATIBLE_BUG
350+
#if !RTS_GENERALS || !RETAIL_COMPATIBLE_BUG
351351
// TheSuperHackers @info
352352
// In retail, drag-selecting allows the player to select stealthed objects and objects through the
353353
// fog. Some players exploit this bug to determine where an opponent's units are and consider this

0 commit comments

Comments
 (0)