SDL - fix compile when no GTK, addresses issue 2997371
This commit is contained in:
parent
ee554ce2f1
commit
9562855f09
|
@ -787,6 +787,7 @@ int main(int argc, char *argv[])
|
|||
if(GameInfo)
|
||||
#else
|
||||
while(GameInfo)
|
||||
{
|
||||
#endif
|
||||
DoFun(frameskip);
|
||||
#ifdef _GTK
|
||||
|
|
Loading…
Reference in New Issue