aboutsummaryrefslogtreecommitdiff
path: root/saga/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.cpp')
-rw-r--r--saga/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 7043decfb2..5e0f044be1 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -41,7 +41,7 @@ namespace Saga {
// Initializes the scripting module.
// Loads script resource look-up table, initializes script data system
-Script::Script() {
+Script::Script(SagaEngine *vm) : _vm(vm){
RSCFILE_CONTEXT *resourceContext;
byte *resourcePointer;
size_t resourceLength;