1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Golems Factory and Elemental Conflux creature generators supported. Minor improvements. Updated changelog.

This commit is contained in:
Michał W. Urbańczyk
2009-07-26 10:43:22 +00:00
parent 9fd4b5bb62
commit e358845873
12 changed files with 152 additions and 75 deletions

View File

@ -141,6 +141,9 @@ void MetaString::getLocalString(const std::pair<ui8,ui32> &txt, std::string &dst
case CREGENS:
vec = &VLC->generaltexth->creGens;
break;
case CREGENS4:
vec = &VLC->generaltexth->creGens4;
break;
case ADVOB_TXT:
vec = &VLC->generaltexth->advobtxt;
break;