From 14ac8d9d215dc3edbb4ca2084787a9281da355fd Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 2 Sep 2005 11:24:16 +0000 Subject: cleanup svn-id: r18734 --- scumm/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index 3c01f39ef5..c2e2e99add 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -958,7 +958,7 @@ protected: virtual void decodeParseString(int a, int b); void decodeScriptString(byte *dst, bool scriptString = false); void copyScriptString(byte *dst, int dstSize); - int convertFilePath(byte *dst, bool setFilePath = 0); + int convertFilePath(byte *dst, bool setFilePath = false); int findObject(int x, int y, int num, int *args); int getSoundResourceSize(int id); -- cgit v1.2.3