aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
Diffstat (limited to 'queen')
-rw-r--r--queen/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index 3c0bdb56ec..969cd652e0 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -864,7 +864,7 @@ bool Command::executeIfDialog(const char *description) {
_graphics->textClear(CmdText::COMMAND_Y_POS, CmdText::COMMAND_Y_POS);
- _logic->dialogue(description, _curCmd.noun, cutaway);
+ _logic->dialogue(description, _selCmd.noun, cutaway);
while (cutaway[0] != '\0') {
char currentCutaway[20];