diff options
-rw-r--r-- | engines/chewy/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/graphics.cpp b/engines/chewy/graphics.cpp index 2369d32600..7f2b89c759 100644 --- a/engines/chewy/graphics.cpp +++ b/engines/chewy/graphics.cpp @@ -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); |