[MIRROR] Fix roundend splash screens (#5242)
* Fix roundend splash screens * Update screen_objects.dm
This commit is contained in:
committed by
Poojawa
parent
5e06583dad
commit
f02529555c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user