From c8d7b677f864dde05a5544d3b0cb6cac3c22fcbe Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 23 Jul 2009 10:33:13 +0000 Subject: Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircting HE games to their original load/save interface. svn-id: r42675 --- engines/scumm/he/intern_he.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he/intern_he.h') diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h index 4c2da19cc5..9e905b0e79 100644 --- a/engines/scumm/he/intern_he.h +++ b/engines/scumm/he/intern_he.h @@ -78,7 +78,7 @@ protected: int virtScreenSave(byte *dst, int x1, int y1, int x2, int y2); void virtScreenLoad(int resIdx, int x1, int y1, int x2, int y2); - int convertFilePath(byte *dst); + int convertFilePath(byte *dst, int dstSize); virtual void decodeParseString(int a, int b); void swapObjects(int object1, int object2); -- cgit v1.2.3