1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

More parsing for CREXPBON.

This commit is contained in:
DjWarmonger
2011-02-08 11:34:34 +00:00
parent f96b394b01
commit 72c30df16a
3 changed files with 115 additions and 1 deletions

View File

@@ -540,7 +540,6 @@ void CGeneralTextHandler::load()
{
getline(ifs, buf);
threat.push_back(buf);
tlog1 << buf << "\n";
}
}