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>
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
#include "initSettings.sqf"
|
|
|
|
GVAR(GForces) = [];
|
|
GVAR(GForces_Index) = 0;
|
|
|
|
ADDON = true;
|