[Scummvm-cvs-logs] SF.net SVN: scummvm:[54882] scummvm/trunk/engines/parallaction/parallaction .cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Sun Dec 12 12:43:24 CET 2010
Revision: 54882
http://scummvm.svn.sourceforge.net/scummvm/?rev=54882&view=rev
Author: peres001
Date: 2010-12-12 11:43:23 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
PARALLACTION: do not skip commands on Examine zones if there is no text to show. This fixes bug #3135782.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/parallaction.cpp
Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp 2010-12-12 08:37:19 UTC (rev 54881)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp 2010-12-12 11:43:23 UTC (rev 54882)
@@ -520,6 +520,7 @@
TypeData *data = &_commentZone->u;
if (data->_examineText.empty()) {
+ exitCommentMode();
return;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list