aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
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;