mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 11:26:09 +00:00
CEntity const meme fixes
This commit is contained in:
@@ -7,10 +7,11 @@ class CScriptCounter : public CEntity {
|
||||
int x34_initial;
|
||||
int x38_current;
|
||||
int x3c_max;
|
||||
uchar x40_autoReset;
|
||||
bool x40_autoReset;
|
||||
|
||||
public:
|
||||
CScriptCounter(TUniqueId, const rstl::string& name, const CEntityInfo& info, int, int, bool, bool);
|
||||
CScriptCounter(TUniqueId, const rstl::string& name, const CEntityInfo& info, int, int, bool,
|
||||
bool);
|
||||
~CScriptCounter();
|
||||
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr) override;
|
||||
|
||||
Reference in New Issue
Block a user