Skip to content

Commit 8118882

Browse files
committed
Update default fps selections
1 parent 60d3d05 commit 8118882

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ClientFiles/Resources/GameLobbyBase.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ $Y=EMPTY_SPACE_TOP + 15
320320
; not actually a control in this file, used for inheritance
321321
[cmbGameSpeedCap]
322322
OptionName=Game Speed
323-
; Items= ...
324-
DefaultIndex=0
325323
SpawnIniOption=GameSpeed
326324
DataWriteMode=Index
327325
ToolTip=Changes game speed cap.

ClientFiles/Resources/MultiplayerGameLobby.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ $CC-GODD03=cmbGameSpeedCapMultiplayer:GameLobbyDropDown
7676

7777
[cmbGameSpeedCapMultiplayer]
7878
$BaseSection=cmbGameSpeedCap
79+
DefaultIndex=0
7980
Items=Fastest (60 FPS),Faster (45 FPS),Fast (30 FPS),Medium (20 FPS),Slow (15 FPS),Slower (12 FPS),Slowest (10 FPS)

ClientFiles/Resources/SkirmishLobby.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ $CC-GODD03=cmbGameSpeedCapSkirmish:GameLobbyDropDown
99

1010
[cmbGameSpeedCapSkirmish]
1111
$BaseSection=cmbGameSpeedCap
12+
DefaultIndex=1
1213
Items=Fastest (MAX),Faster (60 FPS),Fast (30 FPS),Medium (20 FPS),Slow (15 FPS),Slower (12 FPS),Slowest (10 FPS)

0 commit comments

Comments
 (0)