mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
'fix' in Varoom for shift-esc hang when launched with Menu.
This commit is contained in:
parent
d67b8a9e44
commit
2c2a6aa475
Binary file not shown.
@ -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);
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user