This commit is contained in:
Paul 2001-01-30 21:38:06 +00:00
parent 3153c50369
commit b071ec2813
9 changed files with 190 additions and 15 deletions

View file

@ -111,7 +111,6 @@
---- */
static FontBank s_fontBank;
/*----------------------------------------------------------------------
Function:
Purpose:
@ -186,7 +185,7 @@ void CPaulScene::think(int _frames)
}
else if(pad&PAD_UP)
{
if(++sfxNum>7)sfxNum=7;
if(++sfxNum>CSoundMediator::NUM_SFXIDS-1)sfxNum=CSoundMediator::NUM_SFXIDS-1;
}
else if(pad&PAD_DOWN)
{