diff options
-rw-r--r-- | sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
![]() |
index : scummvm-rg350 | |
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350 | neonloop |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | sound.cpp | 2 |
@@ -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) { |