game and db is building on windows

This commit is contained in:
d1str4ught
2025-08-18 03:33:51 +02:00
parent 34000c3306
commit d87277458c
807 changed files with 273537 additions and 8380 deletions

View File

@@ -3,7 +3,7 @@
#include <unordered_map>
#include "../../common/stl.h"
#include "common/stl.h"
#include "entity.h"
#include "FSM.h"
#include "horse_rider.h"
@@ -1939,18 +1939,6 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
private:
DWORD m_dwLastGoldDropTime;
// public:
// void StartHackShieldCheckCycle(int seconds);
// void StopHackShieldCheckCycle();
// bool GetHackShieldCheckMode() const { return m_HackShieldCheckMode; }
// void SetHackShieldCheckMode(bool m) { m_HackShieldCheckMode = m; }
// LPEVENT m_HackShieldCheckEvent;
// private:
// bool m_HackShieldCheckMode;
public:
void AutoRecoveryItemProcess (const EAffectTypes);