Skip to content

Commit

Permalink
CHEWY: Another bugfix for drawImage()
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Oct 2, 2016
1 parent 8970473 commit b7e4bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/chewy/graphics.cpp
Expand Up @@ -29,7 +29,7 @@
namespace Chewy {

void Graphics::drawImage(Common::String filename, int imageNum) {
Resource *res = new Resource("comic.tgp");
Resource *res = new Resource(filename);
TBFChunk *cur = res->getChunk(imageNum);
byte *buf = res->getChunkData(imageNum);

Expand Down

0 comments on commit b7e4bcf

Please sign in to comment.