phoboslab / wipeout-rewrite

2.64k stars 212 forks source link

menu, "CONTINUE QUALIFYING OR QUIT" logic is reversed #31

Closed mickski56 closed 1 year ago

mickski56 commented 1 year ago

Start championship race, finish outside the top 3. A menu appears CONTINUE QUALIFYING OR QUIT select qualifying and you go to the main menu, select quit and race restarts.

I've had a bit of a look at the code and can't see anything obviously wrong with it, but I'm not much of a c programmer I'm afraid.

phoboslab commented 1 year ago

Works correctly for me. I guess it's not very clear, because we're missing the blink effect from the PSX original: the yellow item is the selected one. By default "CONTINUE QUALIFYING" will be selected on this menu..

phoboslab commented 1 year ago

I added the text blink now to disambiguate the current menu item. Closing this issue as I believe this was the cause. Thanks for reporting <3

mickski56 commented 1 year ago

Yes my bad, thanks for looking at this