This commit is contained in:
parent
4c971f78b5
commit
dcffcdf99e
3 changed files with 15 additions and 15 deletions
|
@ -548,7 +548,7 @@ void CGameScene::think_playing(int _frames)
|
|||
{
|
||||
if (PadGetDown(1) & PAD_UP) GlobalRGBSel--;
|
||||
if (PadGetDown(1) & PAD_DOWN) GlobalRGBSel++;
|
||||
GlobalRGBSel%=3;
|
||||
GlobalRGBSel&=3;
|
||||
|
||||
if(PadGetHeld(1)&PAD_LEFT ) GlobalRGB[GlobalRGBSel]--;
|
||||
if(PadGetHeld(1)&PAD_RIGHT ) GlobalRGB[GlobalRGBSel]++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue