mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix wrong macro names
This commit is contained in:
parent
a8c0840cd1
commit
5c3f5f5751
@ -7,7 +7,7 @@
|
|||||||
// Go through all modes that have a camshakefire defined and change it to ours.
|
// Go through all modes that have a camshakefire defined and change it to ours.
|
||||||
class CfgMovesBasic {
|
class CfgMovesBasic {
|
||||||
class Default {
|
class Default {
|
||||||
camShakeFire = ACE_CAMSHAKEFIRE_NORMAL;
|
camShakeFire = ACE_CAMSHAKEFIRE_BASE;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ class CfgMovesMaleSdr: CfgMovesBasic {
|
|||||||
|
|
||||||
class AmovPknlMstpSrasWrflDnon;
|
class AmovPknlMstpSrasWrflDnon;
|
||||||
class AmovPknlMwlkSrasWrflDf: AmovPknlMstpSrasWrflDnon {
|
class AmovPknlMwlkSrasWrflDf: AmovPknlMstpSrasWrflDnon {
|
||||||
camShakeFire = ACE_CAMSHAKEFIRE_NORMAL;
|
camShakeFire = ACE_CAMSHAKEFIRE_BASE;
|
||||||
};
|
};
|
||||||
|
|
||||||
class AmovPknlMrunSrasWrflDf;
|
class AmovPknlMrunSrasWrflDf;
|
||||||
|
Loading…
Reference in New Issue
Block a user