ACE3/addons/nightvision/ACE_Settings.hpp
Thomas Kooi 05c56f73b5 Change disable NVG with sights by default
As discussed on Slack, we are changing the default behaviour infavor of excepted gameplay.
2015-12-07 18:33:20 +01:00

9 lines
249 B
C++

class ACE_Settings {
class GVAR(disableNVGsWithSights) {
displayName = CSTRING(DisableNVGsWithSights_DisplayName);
description = CSTRING(DisableNVGsWithSights_description);
typeName = "BOOL";
value = 0;
};
};