aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/parallaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp
index 1c0ab9defd..a50c8043f5 100644
--- a/engines/parallaction/parallaction.cpp
+++ b/engines/parallaction/parallaction.cpp
@@ -520,6 +520,7 @@ void Parallaction::enterCommentMode(ZonePtr z) {
TypeData *data = &_commentZone->u;
if (data->_examineText.empty()) {
+ exitCommentMode();
return;
}