aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-02-25 14:19:30 +0000
committerTorbjörn Andersson2005-02-25 14:19:30 +0000
commit7298987bbab8e1d1d04771cd6d2160d9f45071bc (patch)
tree7f83446def2fbab0a3476f1152d278f7c88c12d3
parent475b1e139594cc784c9b5c91aa5af6bd919611e7 (diff)
downloadscummvm-rg350-7298987bbab8e1d1d04771cd6d2160d9f45071bc.tar.gz
scummvm-rg350-7298987bbab8e1d1d04771cd6d2160d9f45071bc.tar.bz2
scummvm-rg350-7298987bbab8e1d1d04771cd6d2160d9f45071bc.zip
Whitespace changes.
svn-id: r16913
-rw-r--r--sword2/resman.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index 9b80689151..c417676918 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -40,7 +40,7 @@ namespace Sword2 {
//
// resource.inf which is a list of ascii cluster file names
// resource.tab which is a table which tells us which cluster a resource
-// is located in and the number within the cluster
+// is located in and the number within the cluster
#if !defined(__GNUC__)
#pragma START_PACK_STRUCTS
@@ -512,7 +512,7 @@ byte *ResourceManager::openResource(uint32 res, bool dump) {
convertEndian(_resList[res].ptr, len);
#endif
} else if (_resList[res].refCount == 0)
- removeFromCacheList(_resList + res);
+ removeFromCacheList(_resList + res);
_resList[res].refCount++;
@@ -765,7 +765,7 @@ void ResourceManager::killAllObjects(bool wantInfo) {
Debug_Printf("Expelled %d resources\n", nuked);
}
-int ResourceManager::whichCd() {
+int ResourceManager::whichCd() {
return _curCd;
}