aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-23 01:50:42 +0000
committerTravis Howell2005-04-23 01:50:42 +0000
commitc61d834c6ea85296ceeb1df36a7be2f84247d63e (patch)
treef91feb797faac05612f33213d14c009faf8b928b /scumm/intern.h
parent7903943019c9883cd3c83cc0c4dd1a8c25d41410 (diff)
downloadscummvm-rg350-c61d834c6ea85296ceeb1df36a7be2f84247d63e.tar.gz
scummvm-rg350-c61d834c6ea85296ceeb1df36a7be2f84247d63e.tar.bz2
scummvm-rg350-c61d834c6ea85296ceeb1df36a7be2f84247d63e.zip
Always set file path separately in o72_openFile() so upper and lower case filenames are checked.
svn-id: r17761
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 6bcbe42be8..f991e92ca9 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -823,7 +823,7 @@ protected:
virtual void decodeParseString(int a, int b);
void decodeScriptString(byte *dst, bool scriptString = false);
void copyScriptString(byte *dst, int dstSize);
- void convertFilePath(byte *dst);
+ int convertFilePath(byte *dst, bool setFilePath = 0);
byte *heFindResourceData(uint32 tag, byte *ptr);
byte *heFindResource(uint32 tag, byte *ptr);