From d19d9991b24c0277cb8fe8a0049a4d70ce92ce76 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 12 Dec 2010 11:43:23 +0000 Subject: PARALLACTION: do not skip commands on Examine zones if there is no text to show. This fixes bug #3135782. svn-id: r54882 --- engines/parallaction/parallaction.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3