- loads of code cleanup based on verbose output from the latest git version of cppcheck

This commit is contained in:
Mark Vejvoda
2012-10-06 07:06:40 +00:00
parent 2a80dd7c3c
commit 5e42c6dc03
37 changed files with 204 additions and 207 deletions

View File

@@ -216,7 +216,7 @@ Intro::Intro(Program *program):
}
}
if(models.size() == 0) {
if(models.empty() == true) {
introPath = data_path + "data/core/menu/main_model/intro*.g3d";
//vector<string> introModels;
findAll(introPath, introModels, false, false);