mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 01:19:48 +00:00
More use of GetModelIndex
This commit is contained in:
@ -149,7 +149,7 @@ public:
|
||||
bool GetIsOnScreenComplex(void);
|
||||
bool IsVisible(void) { return m_rwObject && bIsVisible && GetIsOnScreen(); }
|
||||
bool IsVisibleComplex(void) { return m_rwObject && bIsVisible && GetIsOnScreenComplex(); }
|
||||
int GetModelIndex(void) { return m_modelIndex; }
|
||||
int16 GetModelIndex(void) const { return m_modelIndex; }
|
||||
void UpdateRwFrame(void);
|
||||
void SetupBigBuilding(void);
|
||||
|
||||
|
Reference in New Issue
Block a user