Fix idiotic typo in verbage fix
svn-id: r3855
This commit is contained in:
parent
a0f9e4082d
commit
2403a5465e
1 changed files with 1 additions and 1 deletions
|
@ -1914,7 +1914,7 @@ void Scumm::o5_saveRestoreVerbs() {
|
||||||
|
|
||||||
switch(_opcode) {
|
switch(_opcode) {
|
||||||
case 1: /* hide verbs */
|
case 1: /* hide verbs */
|
||||||
if (_gameId & GID_ZAK256) // FIXME?
|
if (_gameId == GID_ZAK256) // FIXME?
|
||||||
return;
|
return;
|
||||||
|
|
||||||
while (a<=b) {
|
while (a<=b) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue