[MIRROR] Fix roundend splash screens (#5242)

* Fix roundend splash screens

* Update screen_objects.dm
This commit is contained in:
CitadelStationBot
2018-02-02 01:22:56 -06:00
committed by Poojawa
parent 5e06583dad
commit f02529555c
+3 -1
View File
@@ -546,7 +546,9 @@
plane = SPLASHSCREEN_PLANE
var/client/holder
/obj/screen/splash/New(client/C, visible, use_previous_title) //TODO: Make this use INITIALIZE_IMMEDIATE
/obj/screen/splash/New(client/C, visible, use_previous_title) //TODO: Make this use INITIALIZE_IMMEDIATE, except its not easy
. = ..()
holder = C
if(!visible)