Skip to content
Snippets Groups Projects
Commit dee31f4c authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4296 51575b47-30f0-44d4-a5cc-537603b46e54
parent 26f9650a
No related branches found
No related tags found
No related merge requests found
......@@ -921,7 +921,7 @@ int main(int argc, char *argv[])
core_def->define(core_def, "te4core", -1, NULL, NULL, NULL, NULL, 0, NULL);
#ifdef SELFEXE_WINDOWS
// freopen ("te4_log.txt", "w", stdout);
freopen ("te4_log.txt", "w", stdout);
#endif
// Parse arguments
......@@ -1125,8 +1125,10 @@ int main(int argc, char *argv[])
}
SDL_Quit();
deinit_openal();
printf("Thanks for having fun!\n");
#ifdef SELFEXE_WINDOWS
// fclose(stdout);
fclose(stdout);
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment