Fix for "ISO C++" taboo

This commit is contained in:
Uleat
2016-04-05 18:54:40 -04:00
parent e759bb6da8
commit 51c97211a8
3 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -34,7 +34,6 @@ class Bot;
class ItemInst;
class Inventory;
struct BotsAvailableList;
enum BotStanceType;
class BotDatabase : public DBcore
@@ -68,9 +67,9 @@ public:
bool SaveBuffs(Bot* bot_inst);
bool DeleteBuffs(const uint32 bot_id);
bool LoadStance(const uint32 bot_id, BotStanceType& bot_stance);
bool LoadStance(const uint32 bot_id, int& bot_stance);
bool LoadStance(Bot* bot_inst, bool& stance_flag);
bool SaveStance(const uint32 bot_id, const BotStanceType bot_stance);
bool SaveStance(const uint32 bot_id, const int bot_stance);
bool SaveStance(Bot* bot_inst);
bool DeleteStance(const uint32 bot_id);