mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed copy/paste minuses
This commit is contained in:
parent
04da19190f
commit
cb6efc7c9a
@ -72,7 +72,7 @@ if (_type in _initializedClasses) exitWith {};
|
||||
|
||||
} else {
|
||||
// exit if the hitpoint is in the blacklist, e.g. glasses
|
||||
- if (_x in IGNORED_HITPOINTS) exitWith {};
|
||||
if (_x in IGNORED_HITPOINTS) exitWith {};
|
||||
|
||||
// exit if the hitpoint is virtual
|
||||
if (isText (configFile >> "CfgVehicles" >> _type >> "HitPoints" >> _x >> "depends")) exitWith {};
|
||||
|
@ -12,4 +12,4 @@
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
||||
#define IGNORED_HITPOINTS ["HitGlass1","HitGlass2","HitGlass3","HitGlass4","HitGlass5","HitGlass6","HitGlass7","HitGlass8","HitGlass9","HitGlass10","HitGlass11","HitGlass12","HitGlass13","HitGlass14","HitGlass15","HitRGlass","HitLGlass"]
|
||||
-// #define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"];
|
||||
// #define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"];
|
||||
|
Loading…
Reference in New Issue
Block a user