aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorGregory Montoir2005-09-02 11:24:16 +0000
committerGregory Montoir2005-09-02 11:24:16 +0000
commit14ac8d9d215dc3edbb4ca2084787a9281da355fd (patch)
tree816426825972812b1e8cec938e09919abf196dba /scumm/intern.h
parent443cf756be85cce937c92b5051fe13b6a2ef189d (diff)
downloadscummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.tar.gz
scummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.tar.bz2
scummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.zip
cleanup
svn-id: r18734
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
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);