Skip to content

Commit

Permalink
HOPKINS: Fix regression introduced in fbd2c0e
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 4, 2013
1 parent ccef9fb commit e349464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/hopkins/graphics.cpp
Expand Up @@ -392,8 +392,9 @@ void GraphicsManager::A_PCX320(byte *surface, const Common::String &file, byte *
surface[i++] = v12;
--v10;
} while (v10);
--i;
} else {
surface[i++] = v9;
surface[i] = v9;
}
}

Expand Down

0 comments on commit e349464

Please sign in to comment.