diff --git a/sound.cpp b/sound.cpp index e53edc4e298..f752b6f1a65 100644 --- a/sound.cpp +++ b/sound.cpp @@ -597,7 +597,7 @@ static int get_int(FILE * f) void *Scumm::openSfxFile() { - char buf[50]; + char buf[256]; FILE *file = NULL; if (_gameId == GID_DIG) {