1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Partial integration of Android patches, from Pelya.

This commit is contained in:
Frank Zago
2011-06-15 02:15:05 +00:00
parent 14efb9fd13
commit 4b7d0f3092
3 changed files with 67 additions and 9 deletions

View File

@@ -510,7 +510,7 @@ void CClient::handlePack( CPack * pack )
}
else
{
tlog1 << "Message cannot be applied, cannot find applier!\n";
tlog1 << "Message cannot be applied, cannot find applier! TypeID " << typeList.getTypeID(pack) << std::endl;
}
delete pack;
}