AGOS: Fixed some warnings about unreachable code

svn-id: r44298
This commit is contained in:
Filippos Karapetis 2009-09-24 09:53:51 +00:00
parent c91f5759b9
commit 9026b63503
4 changed files with 5 additions and 5 deletions

View file

@ -1657,7 +1657,7 @@ int AGOSEngine_PN::saveFile(char *name) {
delete f;
restartAnimation();
error("Couldn't save ");
return 0;
//return 0;
}
f->finalize();
delete f;