'fix' in Varoom for shift-esc hang when launched with Menu.

This commit is contained in:
TomAwezome 2020-04-02 02:02:17 -04:00
parent d67b8a9e44
commit 2c2a6aa475
3 changed files with 5 additions and 0 deletions

View File

@ -736,6 +736,8 @@ vr_done: //Don't goto out of try
} catch
PutExcept;
SettingsPop;
FlushMessages; // if Varoom included in Cmd line, fixes SHIFT_ESC quitting current cmd line.
mp_not_done_flags = 0; // fix for CleanUp hanging on a Yield while loop ...
CleanUp;
MenuPop;
RegWrite("ZenithOS/Varoom","F64 best_score=%5.4f;\n",best_score);

View File

@ -1,4 +1,7 @@
$WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$
$IV,1$----04/02/20 01:50:52----$IV,0$
* 'Fixed' $LK,"Varoom",A="FF:::/Demo/Games/Varoom.CC,kbd.down_bitmap"$ window lock up on exit. Brute-forcing zero, but somewhere $LK,"mp_not_done_flags",A="FF:::/Demo/Games/Varoom.CC,mp_not_done_flags"$ isn't getting cleared when shift-esc is entered with the new key implementation.
$IV,1$----04/01/20 01:49:47----$IV,0$
* Made the boats in $LK,"Talons",A="FI:::/Demo/Games/Talons.CC"$ brown instead of black.