aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/imd.h
diff options
context:
space:
mode:
authorSven Hesse2007-03-30 17:52:31 +0000
committerSven Hesse2007-03-30 17:52:31 +0000
commitd65e05841a324d2ec898a3662f40e193fbc77e47 (patch)
tree55d85a458c0559e6c3d3b060dd54f7385562867a /engines/gob/imd.h
parent33c6a6f46057748a30a143c9eb5dc1f86c813e32 (diff)
downloadscummvm-rg350-d65e05841a324d2ec898a3662f40e193fbc77e47.tar.gz
scummvm-rg350-d65e05841a324d2ec898a3662f40e193fbc77e47.tar.bz2
scummvm-rg350-d65e05841a324d2ec898a3662f40e193fbc77e47.zip
- Fixed the IMD playing within mults, the non-interactive Gob3 demo should work better now
- Replaced strcpy with strncpy where appropriate - Added detection entries for other languages of the multilingual Gob3 CD; bug #1691230 svn-id: r26327
Diffstat (limited to 'engines/gob/imd.h')
-rw-r--r--engines/gob/imd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/imd.h b/engines/gob/imd.h
index 3069e9eb7d..bf66136d58 100644
--- a/engines/gob/imd.h
+++ b/engines/gob/imd.h
@@ -92,7 +92,7 @@ public:
int16 frames, bool fade, bool interruptible);
protected:
- char _curFile[15];
+ char _curFile[18];
int16 _curX;
int16 _curY;