Add tactical range defines

This commit is contained in:
Asdow
2026-01-22 00:32:41 +02:00
parent 3d7d7cc88a
commit 9c0fb0b6da
+2
View File
@@ -433,5 +433,7 @@ INT8 KnownPublicLevel(UINT8 bTeam, SoldierID ubOpponentID);
#define TACTICAL_RANGE (gGameExternalOptions.ubStraightSightRange * STRAIGHT_RATIO * 2)
#define TACTICAL_RANGE_CELL_COORDS TACTICAL_RANGE*CELL_X_SIZE
#define BOMB_DETECTION_RANGE (TACTICAL_RANGE / 4)
#define TACTICAL_RANGE_CLOSE (TACTICAL_RANGE / 4)
#define TACTICAL_RANGE_VERYCLOSE (TACTICAL_RANGE / 6)
#endif