not calling exit(retval) when main ends

This commit is contained in:
fysx
2014-10-21 12:21:02 +02:00
parent 4ec2e26985
commit 6b1fae429b
-4
View File
@@ -252,10 +252,6 @@ int main(int argc, char **argv)
#endif // LOVE_LEGENDARY_UTF8_ARGV_HACK || LOVE_LEGENDARY_APP_ARGV_HACK
SDL_Quit();
#ifdef LOVE_ANDROID
exit(retval);
#endif
return retval;
}