aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 5738f4c78c..13b8a52756 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -36,7 +36,7 @@ public:
// The resource is locked while count != 0
// Resource floats when count = 0
- uint8 *openResource(uint32 res);
+ uint8 *openResource(uint32 res, bool dump = false);
void closeResource(uint32 res); // decrements the count
// returns '0' if resource out of range or null, otherwise '1' for ok