This commit is contained in:
Daveo 2001-04-20 14:53:35 +00:00
parent cb014a96f2
commit 0f311e703d
40 changed files with 220 additions and 193 deletions

View file

@ -82,8 +82,8 @@
/* Data
---- */
#ifndef __SPR_INGAMEFX_H__
#include <ingamefx.h>
#ifndef __SPR_SPRITES_H__
#include <sprites.h>
#endif
@ -114,7 +114,7 @@ void CBasePickup::init()
CPickupThing::init();
m_spriteBank=new ("pickup sprite") SpriteBank();
m_spriteBank->load(INGAMEFX_INGAMEFX_SPR);
m_spriteBank->load(SPRITES_SPRITES_SPR);
}
/*----------------------------------------------------------------------