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

* generally finished custom campaign selection screen

* minor fixes
This commit is contained in:
mateuszb
2010-02-15 13:28:33 +00:00
parent f250880c69
commit 5db0c9da16
4 changed files with 43 additions and 10 deletions

View File

@ -41,7 +41,7 @@ public:
void countPlayers();
};
enum ESortBy{_playerAm, _size, _format, _name, _viccon, _loscon};
enum ESortBy{_playerAm, _size, _format, _name, _viccon, _loscon, _numOfMaps}; //_numOfMaps is for campaigns
class mapSorter
{