Flow correction.

This commit is contained in:
William Kendrick 2008-07-09 22:49:57 +00:00
parent 47850ca0b2
commit 6bd9586fd6

View file

@ -18982,5 +18982,7 @@ int magic_modeint(int mode)
return 0;
else if (mode == MODE_FULLSCREEN)
return 1;
else
return 0;
}