mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
WiP on zip serialization
(-) still not works correctly
This commit is contained in:
@@ -213,6 +213,7 @@ void CMapLoaderJson::readHeader()
|
||||
|
||||
static const std::map<std::string, ui8> difficultyMap =
|
||||
{
|
||||
{"", 1},
|
||||
{"EASY", 0},
|
||||
{"NORMAL", 1},
|
||||
{"HARD", 2},
|
||||
|
||||
Reference in New Issue
Block a user