mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-15 15:51:01 +02:00
Increased resolution.
This commit is contained in:
@@ -1120,8 +1120,8 @@ void Read_Setup_Options( RawFileClass *config_file )
|
||||
VideoBackBufferAllowed = ini.Get_Bool("Options", "VideoBackBuffer", true);
|
||||
AllowHardwareBlitFills = ini.Get_Bool("Options", "HardwareFills", true);
|
||||
// jmarshall
|
||||
ScreenWidth = 640;
|
||||
ScreenHeight = 480; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072;
|
||||
ScreenWidth = 1024;
|
||||
ScreenHeight = 768; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072;
|
||||
// jmarshall end
|
||||
/*
|
||||
** See if an alternative socket number has been specified
|
||||
|
||||
Reference in New Issue
Block a user