android fix

This commit is contained in:
p.kosyh 2010-11-05 09:27:06 +00:00
parent 10b7ed0e1f
commit e19d8a4b03
2 changed files with 3 additions and 0 deletions

View file

@ -299,6 +299,9 @@ out:
#ifdef _USE_UNPACK
if (clean_tmp)
remove_dir(game_tmp_path());
#endif
#ifdef ANDROID
exit(0)
#endif
return err;
}