CScriptPickup progress

Former-commit-id: 27fedfee46
This commit is contained in:
2022-10-08 00:53:28 -04:00
parent 63c664a76f
commit 3cbf350f85
61 changed files with 231 additions and 159 deletions

View File

@@ -239,7 +239,7 @@ public:
virtual void DoUserAnimEvent(CStateManager& mgr, const CInt32POINode& node, EUserEventType type,
float dt);
SAdvancementDeltas UpdateAnimation(float dt, CStateManager& mgr, bool advTree);
CAdvancementDeltas UpdateAnimation(float dt, CStateManager& mgr, bool advTree);
void ProcessSoundEvent(int sfxId, f32 weight, int flags, f32 fallOff, f32 maxDist, u8 minVol,
u8 maxVol, const CVector3f& toListener, const CVector3f& position, int aid,