Remove old FixMe. This fixes Zak256 verbs not showing.

svn-id: r4070
This commit is contained in:
James Brown 2002-04-24 07:47:25 +00:00
parent 4cc43b3679
commit 1d2514665e

View file

@ -2087,9 +2087,6 @@ 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) {