SDL - fix compile when no GTK, addresses issue 2997371

This commit is contained in:
adelikat 2010-05-06 11:46:51 +00:00
parent ee554ce2f1
commit 9562855f09
1 changed files with 1 additions and 0 deletions

View File

@ -787,6 +787,7 @@ int main(int argc, char *argv[])
if(GameInfo)
#else
while(GameInfo)
{
#endif
DoFun(frameskip);
#ifdef _GTK