mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Nightvision - Increase max amount of IR rays to 64 (#7669)
* increase max amount of IR rays to 64 * comment
This commit is contained in:
parent
ab3af34be4
commit
f718fd20f0
3
addons/nightvision/CfgIRLaserSettings.hpp
Normal file
3
addons/nightvision/CfgIRLaserSettings.hpp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
class CfgIRLaserSettings {
|
||||||
|
maxNumberOfRays = 64; // Default is 24.
|
||||||
|
};
|
@ -15,6 +15,7 @@ class CfgPatches {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
|
#include "CfgIRLaserSettings.hpp"
|
||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
#include "CfgWeapons.hpp"
|
#include "CfgWeapons.hpp"
|
||||||
#include "ACE_Settings.hpp"
|
#include "ACE_Settings.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user