diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/map_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/map_v1.cpp b/engines/gob/map_v1.cpp index 45499b71fe..ce3d584e7f 100644 --- a/engines/gob/map_v1.cpp +++ b/engines/gob/map_v1.cpp @@ -148,7 +148,7 @@ void Map_v1::loadMapObjects(const char *avjFile) { void Map_v1::loadSounds(Common::SeekableReadStream &data) { int16 count; char buf[19]; - char sndNames[20][14]; + char sndNames[20][19]; count = data.readUint16LE(); |