From 79cbcc6d8671ba6b8d601f7e672a897172ad84bf Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sun, 12 Feb 2017 23:59:23 -0800 Subject: [PATCH] Forces hardware rendering for all connecting clients. --- code/modules/client/client_procs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 01480d92f2d..e333ffe225e 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -195,11 +195,11 @@ var/next_external_rsc = 0 sethotkeys(1) //set hoykeys from preferences (from_pref = 1) . = ..() //calls mob.Login() - + connection_time = world.time connection_realtime = world.realtime connection_timeofday = world.timeofday - + winset(src, null, "command=\".configure graphics-hwmode on\"") if (byond_version < config.client_error_version) //Out of date client. src << "Your version of byond is too old:" src << config.client_error_message