1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

- fixed seer hut issue (#1073)

- separate archive types in filesystem for lod\vid\snd
This commit is contained in:
Ivan Savenko
2012-09-17 17:25:54 +00:00
parent 2d6f17f3fa
commit 061ed69c63
7 changed files with 65 additions and 58 deletions

View File

@ -338,8 +338,7 @@ void CGeneralTextHandler::load()
//skip header
parser.endLine();
while (parser.endLine());
parser.endLine();
for (int i = 0; i < 6; ++i)
seerEmpty.push_back(parser.readString());