feature macros removed

This commit is contained in:
d1str4ught
2025-12-20 00:14:55 +01:00
parent 2b6e7a1b26
commit d486caa4f7
5 changed files with 0 additions and 19 deletions

View File

@@ -2038,7 +2038,6 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
int m_iLastPMPulse;
int m_iPMCounter;
#ifdef FIX_BATTLE_INACTIVITY_TIMEOUT
public:
void EnterCombat();
void UpdateLastCombatTime() { m_dwLastCombatTime = get_dword_time(); }
@@ -2046,7 +2045,6 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
private:
DWORD m_dwLastCombatTime;
#endif
};
ESex GET_SEX(LPCHARACTER ch);