Copies the loaded titlescreen into the rsc (#518)

This commit is contained in:
CitadelStationBot
2017-04-23 01:50:04 -05:00
committed by Poojawa
parent 7dc86aa2db
commit 4e7f06f775
+2 -1
View File
@@ -36,7 +36,8 @@ SUBSYSTEM_DEF(title)
break
file_path = "config/title_screens/images/[pick(title_screens)]"
icon = new(file_path)
icon = new(fcopy_rsc(file_path))
if(splash_turf)
splash_turf.icon = icon