phoboslab / wipeout-rewrite

2.65k stars 212 forks source link

Got stuck in "enter your name" view #133

Open TLINDEN opened 12 hours ago

TLINDEN commented 12 hours ago

After a single race I am ordered to enter a player name. I can change the letter using the up+down arrows, but that's all I can do. I can't "enter" the letter or finish the view. Nothing works, I tried esc, enter, all control keys, letters, whatever. It's hopeless, I must quit the game and start from scratch.

phoboslab commented 9 hours ago

Selecting a letter in the highscore entry is done through A_MENU_SELECT, which is bound to x or gamepad_a

Searching through the code this A_MENU_SELECT is always or'ed with A_MENU_START, except for the highscore entry. I guess we should get rid of A_MENU_SELECT completely...