mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7c93ee9ed3
* Move GForce settings to CBA Settings * Add GForce coefficient setting * Fix typo * Restore ACE Settings class and mark as moved to SQF * Apply translation suggestions from code review Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
6 lines
84 B
C++
6 lines
84 B
C++
class ACE_Settings {
|
|
class GVAR(enabledFor) {
|
|
movedToSQF = 1;
|
|
};
|
|
};
|