Windows compile error again, why wasn't this fixed on the second pass. I brought it up last time grr

This commit is contained in:
KimLS 2013-07-12 15:01:12 -07:00
parent dfe63f87c3
commit a1dc390f49

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] = {};
m_mercinfo[i] = MercInfo();
}
}