Commit f050f128 authored by Mike Gorchak's avatar Mike Gorchak

Call CommonQuit() at exit has been added.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404040
parent ae04b1af
...@@ -272,6 +272,8 @@ main(int argc, char *argv[]) ...@@ -272,6 +272,8 @@ main(int argc, char *argv[])
} }
} }
CommonQuit(state);
/* Print out some timing information */ /* Print out some timing information */
now = SDL_GetTicks(); now = SDL_GetTicks();
if (now > then) { if (now > then) {
......
...@@ -349,6 +349,8 @@ main(int argc, char *argv[]) ...@@ -349,6 +349,8 @@ main(int argc, char *argv[])
} }
} }
CommonQuit(state);
/* Print out some timing information */ /* Print out some timing information */
now = SDL_GetTicks(); now = SDL_GetTicks();
if (now > then) { if (now > then) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment