Refactor didn't save (oops)

This commit is contained in:
Akkadius 2016-08-27 00:47:55 -05:00
parent db380944ac
commit 2dee62c850
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Horse::Horse(Client *_owner, uint16 spell_id, const glm::vec4& position)
strn0cpy(name, _owner->GetCleanName(), 55);
strcat(name,"`s_Mount00");
is_horse = true;
IsHorse = true;
owner = _owner;
}

View File

@ -1405,7 +1405,7 @@ protected:
std::unordered_map<uint32, std::pair<uint32, uint32>> aa_ranks;
Timer aa_timers[aaTimerMax];
bool is_horse;
bool IsHorse;
private:
void _StopSong(); //this is not what you think it is