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

@ -33,8 +33,8 @@
/* Data
---- */
#ifndef __SPR_FRONTEND_H__
#include <frontend.h>
#ifndef __SPR_SPRITES_H__
#include <sprites.h>
#endif
@ -63,7 +63,7 @@
void CScrollyBackground::init()
{
m_sprites=new ("Scrolly Background sprites") SpriteBank;
m_sprites->load(FRONTEND_FRONTEND_SPR);
m_sprites->load(SPRITES_SPRITES_SPR);
m_xOff=m_yOff=0;
setSpeed(DEFAULT_X_SPEED,DEFAULT_Y_SPEED);