This commit is contained in:
Paul 2001-04-04 20:50:42 +00:00
parent bb04207d41
commit f2a347047f
13 changed files with 57 additions and 74 deletions

View file

@ -37,8 +37,8 @@
/* Data
---- */
#ifndef __SPR_UIGFX_H__
#include <uigfx.h>
#ifndef __SPR_INGMAEFX_H__
#include <ingamefx.h>
#endif
@ -422,7 +422,7 @@ void initGUIStuff()
ASSERT(!s_uiSpriteBank);
s_uiSpriteBank=new ("UI Sprites") SpriteBank();
s_uiSpriteBank->load(UI_UIGFX_SPR);
s_uiSpriteBank->load(INGAMEFX_INGAMEFX_SPR);
}