diff options
author | Jonathan Gray | 2003-07-28 10:28:29 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-07-28 10:28:29 +0000 |
commit | 2b0c2a20b2ccf78832fe147ebe6a98b5277048ac (patch) | |
tree | 3f9f7c4cd3c4d6f994432f93c2f66c06ae668323 | |
parent | f22cca2be21035760c6b2cfb72ad4e1ba5a08182 (diff) | |
download | scummvm-rg350-2b0c2a20b2ccf78832fe147ebe6a98b5277048ac.tar.gz scummvm-rg350-2b0c2a20b2ccf78832fe147ebe6a98b5277048ac.tar.bz2 scummvm-rg350-2b0c2a20b2ccf78832fe147ebe6a98b5277048ac.zip |
match prototype
svn-id: r9238
-rw-r--r-- | sword2/build_display.cpp | 2 | ||||
-rw-r--r-- | sword2/resman.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp index 987eff3217..f13a1eede3 100644 --- a/sword2/build_display.cpp +++ b/sword2/build_display.cpp @@ -1227,7 +1227,7 @@ int32 FN_restore_game(int32 *params) //------------------------------------------------------------ -int32 FN_change_shadows(int *params) +int32 FN_change_shadows(int32 *params) { uint32 rv; diff --git a/sword2/resman.cpp b/sword2/resman.cpp index ec1ad359f4..ae28a30317 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -1355,6 +1355,8 @@ void resMan::CacheNewCluster(uint32 newCluster) void resMan::GetCd(int cd) { + // TODO support a seperate path for cd data? + bool done = false; char sCDName[_MAX_PATH]; uint32 dwMaxCompLength, dwFSFlags; |