aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UIni.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UIni.pas')
-rw-r--r--Game/Code/Classes/UIni.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas
index 3546e196..3b33785b 100644
--- a/Game/Code/Classes/UIni.pas
+++ b/Game/Code/Classes/UIni.pas
@@ -358,7 +358,7 @@ begin
if Tekst = IResolution[Pet] then Ini.Resolution := Pet;
// FullScreen
- Tekst := IniFile.ReadString('Graphics', 'FullScreen', 'On');
+ Tekst := IniFile.ReadString('Graphics', 'FullScreen', 'Off');
for Pet := 0 to High(IFullScreen) do
if Tekst = IFullScreen[Pet] then Ini.FullScreen := Pet;