1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove stupid code

This commit is contained in:
Mathieu Schroeter 2017-12-12 22:44:19 +01:00
parent 6237cfda9f
commit 14836df8fc

View File

@ -157,11 +157,7 @@ ReadConfig ()
if (
!(g_settingsOverload & SETTING_FULLSCREEN) &&
j.find ("fullscreen") != j.end ())
{
g_bFullScreen = j["fullscreen"].get<bool> ();
if (g_bFullScreen != 0)
g_bFullScreen = 1;
}
if (!(g_settingsOverload & SETTING_ZOOM) && j.find ("zoom") != j.end ())
{