mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Enable bigger squad sizes for 720p resolution (#160)
This commit is contained in:
+1
-1
@@ -4926,7 +4926,7 @@ BOOLEAN LoadSavedGame( int ubSavedGameID )
|
||||
}
|
||||
|
||||
if ((gGameOptions.ubSquadSize == 8 && iResolution < _800x600) ||
|
||||
(gGameOptions.ubSquadSize == 10 && iResolution < _1024x768))
|
||||
(gGameOptions.ubSquadSize == 10 && iResolution < _1280x720))
|
||||
{
|
||||
FileClose( hFile );
|
||||
return(FALSE);
|
||||
|
||||
Reference in New Issue
Block a user