[ scummvm-Feature Requests-1460977 ] SWORD1: Ignores the "--save-slot" command line argument.

SourceForge.net noreply at sourceforge.net
Wed Mar 29 23:22:25 CEST 2006


Feature Requests item #1460977, was opened at 2006-03-29 21:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=1460977&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: ben42 (ben42)
Assigned to: Nobody/Anonymous (nobody)
Summary: SWORD1: Ignores the "--save-slot" command line argument.

Initial Comment:
Broken Sword 1 currently ignores the "--save-slot" argument, when 
launching from the command line.

I'm not familiar with the code, but it needs something like...

uint8 saveSlot = ConfMan.getInt("save_slot");
if (saveSlot != -1) {
    _control->restoreGameFromFile(saveSlot);
}

The scumm and sword2 engines already handle the "--save-slot" 
argument correctly.

I've only tested this with version 0.8.2, but I think the latest version is the 
same.


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

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




More information about the Scummvm-tracker mailing list