[ scummvm-Bugs-2612313 ] SCUMM: Saving/loading disabled from GMM

SourceForge.net noreply at sourceforge.net
Wed Feb 18 12:26:22 CET 2009


Bugs item #2612313, was opened at 2009-02-18 12:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2612313&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GUI
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bossk (henjovr)
Assigned to: Nobody/Anonymous (nobody)
Summary: SCUMM: Saving/loading disabled from GMM

Initial Comment:
Since the recent GMM hotkey change to CTRL-F5 the saving/loading in the GMM seems to be disabled.

engines/scumm/input.cpp:465 :

if (mainmenuKeyEnabled && (lastKeyHit.keycode == Common::KEYCODE_F5 && lastKeyHit.flags == 0)) {

Should be:

if (mainmenuKeyEnabled && (lastKeyHit.keycode == Common::KEYCODE_F5 && lastKeyHit.flags == Common::KBD_CTRL)) {

More engines may also be affected.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2612313&group_id=37116




More information about the Scummvm-tracker mailing list