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