diff options
-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; |