FS#10959: Fix multiple bugs in brickmania (Matteo Italia)

- offscreen ball check;
 - "suicide button", with its documentation in the help (defaults to Down+Fire+Quit on targets that have DOWN defined, Fire+Quit held for some time for the others) ;
 - help screen made a little more clear (IMO) by underlining the key names;
 - help screen *code* made a little easier to handle, adding the last element number in the words array (this eases the formatting specified in the other array);
 - now the game does not delete the savefile after it loads it, but only by request (to do it a new menu entry was added); so, now "Quit without saving" will actually leave you to the state of the last savefile instead of resetting the game;

Change-Id: If3eeabada1566dcd4a9473d3d1e361d4921e4005
This commit is contained in:
Solomon Peachy 2024-06-30 17:42:29 -04:00
parent eacb4daa2d
commit 9b8cfd1bb3
2 changed files with 107 additions and 33 deletions

View file

@ -721,6 +721,7 @@ Jerry Chapman
Leander Lismond
Eren Akpolat
Pierluigi Vicinanza
Matteo Italia
The libmad team
The wavpack team