mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
PARALLACTION: do not skip commands on Examine zones if there is no text to show. This fixes bug #3135782.
svn-id: r54882
This commit is contained in:
parent
2bbe59ad8d
commit
d19d9991b2
@ -520,6 +520,7 @@ void Parallaction::enterCommentMode(ZonePtr z) {
|
||||
TypeData *data = &_commentZone->u;
|
||||
|
||||
if (data->_examineText.empty()) {
|
||||
exitCommentMode();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user