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

Work on CPlayerGun

This commit is contained in:
Jack Andersen
2017-08-25 18:36:25 -10:00
parent ed991a6ac0
commit 86ada63867
35 changed files with 1433 additions and 245 deletions

View File

@@ -0,0 +1,22 @@
#include "CFidget.hpp"
namespace urde
{
void CFidget::ResetAll()
{
x0_state = EState::Zero;
x4_ = -1;
x18_ = 0.f;
x1c_ = 0.f;
x14_ = 0.f;
x24_ = 0.f;
x28_ = 0.f;
x2c_ = 0.f;
x8_ = 0;
xc_ = -1;
x10_ = 3;
x34_24_ = false;
}
}