From d65e05841a324d2ec898a3662f40e193fbc77e47 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 30 Mar 2007 17:52:31 +0000 Subject: - 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 --- engines/gob/imd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/imd.h') 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; -- cgit v1.2.3