fix wrong macro names

This commit is contained in:
commy2 2016-04-25 21:34:25 +02:00
parent a8c0840cd1
commit 5c3f5f5751

View File

@ -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;