Merge pull request #26414 from Cyberboss/TitleFix

Copies the loaded titlescreen into the rsc
This commit is contained in:
Leo
2017-04-22 22:48:34 -03:00
committed by GitHub

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