Sleep between frames

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2570 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2006-12-03 03:29:46 +00:00
parent 35f7e05fc0
commit 66a9b84837
+1
View File
@@ -149,6 +149,7 @@ main (int argc, char *argv[])
{ {
quit = 1; quit = 1;
} }
SDL_Delay (20);
} }
/* Clean up */ /* Clean up */