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:
parent
6237cfda9f
commit
14836df8fc
@ -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 ())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user