Skip to content

Commit

Permalink
STARTREK: Sort text alphabetically by ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewmath authored and sev- committed Aug 9, 2018
1 parent 5b28ece commit 2e80a35
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 408 deletions.
2 changes: 1 addition & 1 deletion engines/startrek/awaymission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ void StarTrekEngine::handleAwayMissionAction() {
int16 roomIndex = _room->readRdfWord(RDF_WARP_ROOM_INDICES + warpIndex * 2);
unloadRoom();
_sound->loadMusicFile("ground");
loadRoom(_missionName, 4); // FIXME
loadRoom(_missionName, roomIndex);
initAwayCrewPositions(warpIndex ^ 1);
}
break;
Expand Down
Loading

0 comments on commit 2e80a35

Please sign in to comment.