gforces: renamed function

This commit is contained in:
Nicolás Badano 2015-01-17 01:09:12 -03:00
parent e61b828314
commit 402156aecf
3 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ GVAR(GForces_CC) ppEffectCommit 0.4;
GVAR(lastUpdateTime) = 0;
GVAR(oldVel) = [0,0,0];
[FUNC(updateGForces), 0, []] call CBA_fnc_addPerFrameHandler;
[FUNC(pfhUpdateGForces), 0, []] call CBA_fnc_addPerFrameHandler;

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
PREP(updateGForces);
PREP(pfhUpdateGForces);
GVAR(GForces) = [];
GVAR(GForces_Index) = 0;