summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc40097)
raw | patch | inline | side by side (parent: cc40097)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Wed, 13 Nov 2019 11:10:47 +0000 (14:10 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Wed, 13 Nov 2019 11:10:47 +0000 (14:10 +0300) |
src/game/g_options.pas | patch | blob | history |
diff --git a/src/game/g_options.pas b/src/game/g_options.pas
index 481eb70c9491c354976b8aa2475aecaf573bb308..078ced29cfaaf9b0a86ac020981b3366f62c5bba 100644 (file)
--- a/src/game/g_options.pas
+++ b/src/game/g_options.pas
gVSync := True;
gTextureFilter := True;
glLegacyNPOT := False;
+ gRC_Width := gScreenWidth;
+ gRC_Height := gScreenHeight;
+ gRC_FullScreen := gFullScreen;
e_LogWriteLn('g_Options_SetDefaultVideo: w = ' + IntToStr(gScreenWidth) + ' h = ' + IntToStr(gScreenHeight));
g_Console_ResetBinds;
end;
gVSync := True;
gTextureFilter := True;
glLegacyNPOT := False;
+ gRC_Width := gScreenWidth;
+ gRC_Height := gScreenHeight;
+ gRC_FullScreen := gFullScreen;
e_LogWriteLn('g_Options_SetDefaultVideo: w = ' + IntToStr(gScreenWidth) + ' h = ' + IntToStr(gScreenHeight));
g_Console_ResetBinds;
end;