diff --git a/common/settings.cpp b/common/settings.cpp index bff02b6d..55fb7824 100644 --- a/common/settings.cpp +++ b/common/settings.cpp @@ -20,7 +20,11 @@ SettingsClass::SettingsClass() */ Video.WindowWidth = 640; Video.WindowHeight = 400; +#ifdef __MINT__ + Video.Windowed = true; +#else Video.Windowed = false; +#endif Video.Width = 0; Video.Height = 0; Video.Boxing = true;