1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-16 00:10:48 +02:00

lepsze przewijanie, wczytywanie większej ilosci tekstów

This commit is contained in:
mateuszb
2007-06-18 10:49:06 +00:00
parent 78ad4d39f0
commit bc7532e4dd
6 changed files with 359 additions and 18 deletions

View File

@@ -201,6 +201,8 @@ void CArtHandler::loadArtifacts()
while(nart.desc2[nart.desc2.size()-1]!='"' ||
( (nart.name==std::string("�uk Penetracji")||nart.name==std::string("Bow of Seeking")) && bowCounter<4) ); //do - while end
//if(nart.name!=std::string("-1") && nart.name!=std::string("-2"))
nart.description += "\n\n";
nart.description += nart.desc2;
this->artifacts.push_back(nart);
delete[10000] read;
}