Fix Zak/Indy3 verbage issues.

svn-id: r3854
This commit is contained in:
James Brown 2002-04-04 02:58:04 +00:00
parent f133cf6f56
commit a0f9e4082d
2 changed files with 4 additions and 4 deletions

View file

@ -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) {