This commit is contained in:
Charles 2001-03-21 20:00:22 +00:00
parent e0ba80202e
commit a067d6d551
10 changed files with 17 additions and 19 deletions

View file

@ -431,11 +431,7 @@ int OldX=Scr->Disp.disp.x,OldY=Scr->Disp.disp.y;
PadUpdate();
DbgPollHost();
#ifdef __USER_ARTDEV__
Pad=PadGetHeld(1);
#else
Pad=PadGetHeld(0);
#endif
Pad=PadGetHeld(0);
#ifdef __USER_paul__
// my finger was hurting..
if((PadGetDown(0) & PAD_SELECT)) Done=1;