Fix Zak/Indy3 verbage issues.
svn-id: r3854
This commit is contained in:
parent
f133cf6f56
commit
a0f9e4082d
2 changed files with 4 additions and 4 deletions
|
@ -1914,6 +1914,9 @@ void Scumm::o5_saveRestoreVerbs() {
|
|||
|
||||
switch(_opcode) {
|
||||
case 1: /* hide verbs */
|
||||
if (_gameId & GID_ZAK256) // FIXME?
|
||||
return;
|
||||
|
||||
while (a<=b) {
|
||||
slot = getVerbSlot(a,0);
|
||||
if (slot && _verbs[slot].saveid==0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue