mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
parent
5961857049
commit
db369838e2
@ -890,7 +890,7 @@ int AGOSEngine_PN::doline(int needsave) {
|
||||
int myTag = ++_tagOfActiveDoline; // Obtain a unique tag for this doline invocation
|
||||
_dolineReturnVal = 0;
|
||||
|
||||
if (needsave)
|
||||
if (_stackbase && needsave)
|
||||
_stackbase->tagOfParentDoline = myTag;
|
||||
|
||||
do {
|
||||
|
@ -185,7 +185,7 @@ void AGOSEngine_PN::hitBox5(HitArea *ha) {
|
||||
|
||||
_mousePrintFG++;
|
||||
_mouseString = (const char *)"take \0";
|
||||
_mouseString1 = getMessage(_objectName1, _dragStore->msg1);
|
||||
_mouseString1 = _dragStore ? getMessage(_objectName1, _dragStore->msg1) : "";
|
||||
|
||||
if (_dragStore->flags & kOBFRoomBox)
|
||||
_mouseString1 = (const char *)"all\r";
|
||||
|
Loading…
Reference in New Issue
Block a user