Merge pull request #5255 from VOREStation/pol-fps

Adds a client FPS setting
This commit is contained in:
Anewbe
2018-05-10 00:27:44 -05:00
committed by GitHub
5 changed files with 59 additions and 1 deletions
+5
View File
@@ -34,6 +34,11 @@
if(hud_used) qdel(hud_used) //remove the hud objects
hud_used = new /datum/hud(src)
if(client.prefs && client.prefs.client_fps)
client.fps = client.prefs.client_fps
else
client.fps = 0 // Results in using the server FPS
next_move = 1
sight |= SEE_SELF
..()