aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/background.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-02-19 22:26:30 +0000
committerPaul Gilbert2010-02-19 22:26:30 +0000
commitb51568ddaf96f77c7993afe44e801193b38f0cb4 (patch)
tree16367d8222f264981bd82cc367b9827a18d6e05e /engines/cruise/background.h
parentb3bfe83877c27e0df3566041584a737388685fb6 (diff)
downloadscummvm-rg350-b51568ddaf96f77c7993afe44e801193b38f0cb4.tar.gz
scummvm-rg350-b51568ddaf96f77c7993afe44e801193b38f0cb4.tar.bz2
scummvm-rg350-b51568ddaf96f77c7993afe44e801193b38f0cb4.zip
Increased the amount of space for storing background filenames to fix memory overflow
svn-id: r48091
Diffstat (limited to 'engines/cruise/background.h')
-rw-r--r--engines/cruise/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/background.h b/engines/cruise/background.h
index 6f9b89d3f0..caa90bea0f 100644
--- a/engines/cruise/background.h
+++ b/engines/cruise/background.h
@@ -29,7 +29,7 @@
namespace Cruise {
struct backgroundTableStruct {
- char name[9];
+ char name[16];
char extention[6];
};