From 309c3f34b9d03aefca009f9babf466f6448347e6 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 3 May 2001 00:30:22 +0000 Subject: [PATCH] --- makefile.gfx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/makefile.gfx b/makefile.gfx index e626761f8..0ecd23ab0 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -213,16 +213,17 @@ UI_GFX_FONT := smallfont/+33 smallfont/+34 smallfont/+37 smallfont/+39 smallf smallfont/+250 smallfont/+251 smallfont/+252 smallfont/+253 smallfont/+255 UI_GFX_FONT_IN := $(foreach FILE,$(UI_GFX_FONT),$(UI_FONT_DIR)/$(FILE).bmp) -UI_GFX_NONTRANS := faces/mr_krabs.bmp faces/patrick.bmp faces/plankton.bmp \ - faces/sandy.bmp faces/spongebob.bmp faces/squidward.bmp \ - faces/mermaidman.bmp faces/barnacleboy.bmp faces/jack_custard.bmp +UI_GFX_NONTRANS := UI_GFX_NONTRANS_IN := $(foreach FILE,$(UI_GFX_NONTRANS),$(UI_GFX_DIR)/$(FILE)) UI_GFX_TRANS := +bambootopleft.bmp +bamboobotleft.bmp +bambootopright.bmp +bamboobotright.bmp \ +bamboohorizontal.bmp +bamboovertical.bmp \ +butU.bmp +butD.bmp +butL.bmp +butR.bmp \ +butC.bmp +butS.bmp +butX.bmp +butT.bmp \ - +mappointer.bmp + +mappointer.bmp +speechbubblecorner.bmp \ + faces/mr_krabs.bmp faces/patrick.bmp faces/plankton.bmp \ + faces/sandy.bmp faces/spongebob.bmp faces/squidward.bmp \ + faces/mermaidman.bmp faces/barnacleboy.bmp faces/jack_custard.bmp UI_GFX_TRANS_IN := $(foreach FILE,$(UI_GFX_TRANS),$(UI_GFX_DIR)/$(FILE)) ####