mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 13:39:11 +00:00
Change CEntity::SetActive argument to uchar
Former-commit-id: c6d3f0ae8b
This commit is contained in:
@@ -56,6 +56,6 @@ void CEntity::PreThink(float dt, CStateManager& mgr) {}
|
||||
|
||||
void CEntity::Think(float dt, CStateManager& mgr) {}
|
||||
|
||||
void CEntity::SetActive(bool active) { x30_24_active = active; }
|
||||
void CEntity::SetActive(uchar active) { x30_24_active = active; }
|
||||
|
||||
TAreaId CEntity::GetAreaId() const { return x30_27_notInArea ? kInvalidAreaId : x4_areaId; }
|
||||
|
||||
Reference in New Issue
Block a user