This commit is contained in:
Daveo 2001-05-25 19:04:29 +00:00
parent d6e06934d0
commit 68ca825123
2 changed files with 3 additions and 5 deletions

View file

@ -25,6 +25,7 @@
#include "level\level.h"
#endif
#include "game/game.h"
/* Std Lib
------- */
@ -120,7 +121,7 @@ void CPlayerModeBalloon::render(DVECTOR *_pos)
pos.vx=_pos->vx+balloonx;
pos.vy=_pos->vy+balloony;
m_player->getSpriteBank()->printFT4Scaled(FRM__BALLOON,pos.vx,pos.vy,0,0,5,balloonsize);
CGameScene::getSpriteBank()->printFT4Scaled(FRM__BALLOON,pos.vx,pos.vy,0,0,5,balloonsize);
}
/*----------------------------------------------------------------------