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

Player reflection and other imps

This commit is contained in:
Jack Andersen
2017-03-25 19:53:04 -10:00
parent db12dd2ea2
commit c069666307
35 changed files with 654 additions and 72 deletions

View File

@@ -25,8 +25,6 @@ class CScriptRoomAcoustics : public CEntity
bool x7c_delay;
amuse::EffectDelayInfo x80_delayInfo;
void EnableAuxCallbacks();
public:
CScriptRoomAcoustics(TUniqueId uid, const std::string& name,
const CEntityInfo& info, bool active, u32 volScale,
@@ -41,6 +39,7 @@ public:
void Think(float dt, CStateManager& stateMgr);
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
void Accept(IVisitor& visitor);
void EnableAuxCallbacks();
static void DisableAuxCallbacks();
};