diff options
Diffstat (limited to 'scumm/scummvm.cpp')
| -rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index f85984352a..33f0624562 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -1600,7 +1600,7 @@ void Scumm::setScaleSlot(int slot, int x1, int y1, int scale1, int x2, int y2, i _scaleSlots[slot-1].scale1 = scale1; } -void Scumm::dumpResource(char *tag, int idx, byte *ptr, int length) { +void Scumm::dumpResource(const char *tag, int idx, byte *ptr, int length) { char buf[256]; File out; |
