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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user