correct music/fx for section 6

svn-id: r15656
This commit is contained in:
Joost Peters
2004-10-22 18:45:35 +00:00
parent 41e0e8ce3c
commit c8495dbf23
+1 -1
View File
@@ -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 {