Attempt fix rock world
This commit is contained in:
@@ -37,7 +37,7 @@ World::World(const std::string &fileName)
|
||||
std::cout << "Invalid world file: objects - " << fileName << "\n";
|
||||
if (v["enemies"].isNull())
|
||||
std::cout << "Invalid world file: enemies - " << fileName << "\n";
|
||||
if (v["crystals"].isNull())
|
||||
if (v["crystal"].isNull())
|
||||
std::cout << "Invalid world file: crystals - " << fileName << "\n";
|
||||
|
||||
//Load object templates
|
||||
|
||||
Reference in New Issue
Block a user