Merge pull request #78 from j883376/cleanups

Code cleanups, take two
This commit is contained in:
Alex
2013-07-12 13:36:02 -07:00
29 changed files with 152 additions and 182 deletions
+1 -1
View File
@@ -5730,7 +5730,7 @@ bool Merc::AddMercToGroup(Merc* merc, Group* group) {
void Client::InitializeMercInfo() {
for(int i=0; i<MAXMERCS; i++) {
m_mercinfo[i].mercid = 0;
m_mercinfo[i] = {};
}
}