diff --git a/data/DataCache.scr b/data/DataCache.scr index ab510bdb5..2cc63fd9a 100644 --- a/data/DataCache.scr +++ b/data/DataCache.scr @@ -55,6 +55,7 @@ backdrop/start1.gfx backdrop/start2.gfx backdrop/start3.gfx backdrop/start4.gfx +backdrop/gameover.gfx loadingscreens/culture.gfx loadingscreens/karate.gfx loadingscreens/monitor.gfx diff --git a/makefile.gfx b/makefile.gfx index 2fd380156..037b317ea 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -375,7 +375,7 @@ GFX_DATA_OUT += $(TRANS_OUT_DAT) # Big TGA backdrops #---------------------------------------------------------------------------- BACKDROPS_IN_DIR := $(GRAF_DIR)/backdrop -BACKDROPS_IN := credits start1 start2 start3 start4 +BACKDROPS_IN := credits start1 start2 start3 start4 gameover BACKDROPS_OUT_DIR := $(DATA_OUT)/backdrop BACKDROPS_OUT := $(foreach SCREEN,$(BACKDROPS_IN),$(BACKDROPS_OUT_DIR)/$(SCREEN).gfx)