aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v7he.cpp')
-rw-r--r--scumm/resource_v7he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/resource_v7he.cpp b/scumm/resource_v7he.cpp
index 7b27866058..edef2ac5cc 100644
--- a/scumm/resource_v7he.cpp
+++ b/scumm/resource_v7he.cpp
@@ -37,8 +37,8 @@
namespace Scumm {
-ResExtractor::ResExtractor(ScummEngine_v70he *scumm) {
- _vm = scumm;
+ResExtractor::ResExtractor(ScummEngine_v70he *scumm)
+ : _vm(scumm) {
_fileName[0] = 0;
memset(_cursorCache, 0, sizeof(_cursorCache));