little fix. i took out a variable in the last version that is needed to move the covers right. oops.

Also, use flat 2d covers,  the fake 3d ones look like shit on this.  and if you have your wii in 4/3 mode it wont show anything (i don't think it will.  i didn't test it).
This commit is contained in:
giantpune 2009-06-10 10:10:25 +00:00
parent ad05aa93c1
commit e18b154156

View File

@ -1035,10 +1035,10 @@ void GuiGameGrid::Update(GuiTrigger * t)
if(!((buttons & WPAD_BUTTON_A) || (buttons & WPAD_BUTTON_PLUS) || t->Right())) {
btnRight->ResetState();
speed=SHIFT_SPEED;
goback=1;
//goback=1;
return;
}
//goRight=12;
goRight=12;