2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Fix CScriptActorRotate

This commit is contained in:
2018-02-09 17:23:18 -08:00
parent 083571e693
commit d35cc2ce1d
5 changed files with 137 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ class CScriptActorRotate : public CEntity
{
zeus::CVector3f x34_rotation;
float x40_maxTime;
float x44_currentTime;
float x44_currentTime = 0.f;
std::map<TUniqueId, zeus::CTransform> x48_actors;
union