aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-11-28 07:55:25 +0000
committerTorbjörn Andersson2003-11-28 07:55:25 +0000
commit9fdaf04a21259ee5fdcf2fef88078934981b6bbe (patch)
tree9e34d9bfc62927e8917098111a4d6f6b10d692f5 /sword2/resman.cpp
parent9c6e5ce50ad9e1e7994ceaef5e7e5be10ec996f4 (diff)
downloadscummvm-rg350-9fdaf04a21259ee5fdcf2fef88078934981b6bbe.tar.gz
scummvm-rg350-9fdaf04a21259ee5fdcf2fef88078934981b6bbe.tar.bz2
scummvm-rg350-9fdaf04a21259ee5fdcf2fef88078934981b6bbe.zip
Some formatting changes, and a few debug message corrections.
svn-id: r11384
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index e1d49c9472..49098b7021 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -384,8 +384,8 @@ uint8 *ResourceManager::openResource(uint32 res, bool dump) {
// returns ad of resource. Loads if not in memory
// retains a count
// resource can be aged out of memory if count = 0
- // the resource is locked while count != 0 i.e. until a closeResource is
- // called
+ // the resource is locked while count != 0 i.e. until a closeResource
+ // is called
File file;
uint16 parent_res_file;