mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
correct music/fx for section 6
svn-id: r15656
This commit is contained in:
+1
-1
@@ -1469,7 +1469,7 @@ bool Debugger::Cmd_Section(int argc, const char **argv) {
|
||||
int section = atoi(argv[1]);
|
||||
|
||||
if (section >= 0 && section <= 6) {
|
||||
_logic->fnEnterSection(section % 6, 0, 0);
|
||||
_logic->fnEnterSection(section == 6 ? 4 : section, 0, 0);
|
||||
_logic->fnAssignBase(ID_FOSTER, baseId[section], 0);
|
||||
SkyEngine::fetchCompact(ID_FOSTER)->extCompact->megaSet = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user