mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increased ability to look up #1846, Cleaned up new and empty lines in movement
This commit is contained in:
parent
7b88280988
commit
338aa19aaa
@ -5,4 +5,4 @@ class ACE_Settings {
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(UseImperial);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
class Extended_PreInit_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_FILE(XEH_preInit));
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
class CfgFatigue {
|
||||
MinValue1 = 0.2;
|
||||
MinValue2 = 0.8;
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
class CfgInventoryGlobalVariable {
|
||||
maxSoldierLoad = 1200;
|
||||
};
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
class CfgMovesBasic {
|
||||
class ManActions {
|
||||
ACE_Climb = "ACE_Climb";
|
||||
|
6
addons/movement/CfgVehicles.hpp
Normal file
6
addons/movement/CfgVehicles.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
class CfgVehicles {
|
||||
class Man;
|
||||
class CAManBase: Man {
|
||||
maxGunElev = 80; // Allows look further up (default: 60)
|
||||
};
|
||||
};
|
@ -16,4 +16,5 @@ class CfgPatches {
|
||||
#include "CfgFatigue.hpp"
|
||||
//#include "CfgInventoryGlobalVariable.hpp"
|
||||
#include "CfgMoves.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "ACE_Settings.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user