Merge branch 'developer' into feature/loadingscreen

# Conflicts:
#	worlds/rock.json
This commit is contained in:
Remco
2016-06-22 02:17:44 +02:00
62 changed files with 11886 additions and 13221 deletions
+1 -1
View File
@@ -40,7 +40,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";