mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
fixed "Cannot use rake on grass - ID: 2953464"
svn-id: r48081
This commit is contained in:
parent
2ab3e0fb3c
commit
f0d8084cd5
@ -2501,6 +2501,10 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
|
|||||||
inventory->add(33);
|
inventory->add(33);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
case 0x862c:
|
||||||
|
displayMessage(CHECK_FLAG(0xDBB0, 1)? 0x4882: 0x3457);
|
||||||
|
return true;
|
||||||
|
|
||||||
case 0x86a9: //correcting height of the pole with spanner
|
case 0x86a9: //correcting height of the pole with spanner
|
||||||
if (CHECK_FLAG(0xDB92, 1)) {
|
if (CHECK_FLAG(0xDB92, 1)) {
|
||||||
displayMessage(0x3d40);
|
displayMessage(0x3d40);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user