Attempt fix rock world

This commit is contained in:
2016-06-21 22:57:18 +02:00
parent 3cf6bf5857
commit 0e99b9f719
58 changed files with 12064 additions and 13213 deletions
+1 -1
View File
@@ -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