1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

* Fixed game crash when doing "NEW GAME" -> "SINGLE SCENARIO" -> "Show Advanced Options"

* Fixed bug. If you select town/hero and resource bonus and after that select random town the hero and bonus aren't set to random. Same for hero -> artifact bonus
 * Fixed two typos in error messages
This commit is contained in:
Ste
2007-07-26 23:11:01 +00:00
parent ffe3a757a6
commit 314fd8e20e
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ public:
void init();
std::string gdiff(std::string ss);
void printMaps(int from,int to=18, int at=0, bool abs=false);
void select(int which);
void select(int which, bool updateMapsList=true);
void moveByOne(bool up);
void printSelectedInfo();
MapSel();