AGOS: Fixed some warnings about unreachable code
svn-id: r44298
This commit is contained in:
parent
c91f5759b9
commit
9026b63503
4 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue