This commit is contained in:
Charles 2001-05-16 19:45:43 +00:00
parent dba18ce77c
commit 320876b044
9 changed files with 27 additions and 13 deletions

View file

@ -34,6 +34,7 @@ void CEnemyAsSpriteProjectile::think( int _frames )
void CEnemyAsSpriteProjectile::setGraphic( int frame )
{
m_spriteFrame = frame;
m_rotation = 0;
}
void CEnemyAsSpriteProjectile::setRGB( int R, int G, int B )