From 733adb322179d20a121565e51d5e73d260d29a40 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sat, 2 Apr 2022 17:35:25 -0800 Subject: [PATCH 1/2] Merge pull request #8476 from Spookerton/spkrtn/cng/default-fps-40 default client fps is 40 instead of match-server --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 81347394ba..e4b7c74dcf 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -22,7 +22,7 @@ var/list/preferences_datums = list() var/UI_style_color = "#ffffff" var/UI_style_alpha = 255 var/tooltipstyle = "Midnight" //Style for popup tooltips - var/client_fps = 0 + var/client_fps = 40 var/ambience_freq = 5 // How often we're playing repeating ambience to a client. var/ambience_chance = 35 // What's the % chance we'll play ambience (in conjunction with the above frequency)