aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/rooms/mudda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/startrek/rooms/mudda.cpp')
-rw-r--r--engines/startrek/rooms/mudda.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/startrek/rooms/mudda.cpp b/engines/startrek/rooms/mudda.cpp
index 4c92ae03d5..9c0f11e6df 100644
--- a/engines/startrek/rooms/mudda.cpp
+++ b/engines/startrek/rooms/mudda.cpp
@@ -44,7 +44,7 @@ void Room::muddaUseLenseOnDegrimer() {
loseItem(OBJECT_ILENSES);
_awayMission->mudd.missionScore++;
- showText(text[_roomIndex]);
+ showDescription(text[_roomIndex]);
}
@@ -102,7 +102,7 @@ void Room::muddaUseDegrimer() {
TX_MUD5N001,
};
- showText(text[_roomIndex]);
+ showDescription(text[_roomIndex]);
}
void Room::muddaTick() {
@@ -175,7 +175,7 @@ void Room::muddaTick() {
anim += directions[i][_roomIndex];
loadActorAnim2(i, anim);
}
- showText(deathText[_roomIndex]);
+ showDescription(deathText[_roomIndex]);
showGameOverMenu();
}
}