summaryrefslogtreecommitdiffstats
path: root/src/control/Script.cpp
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2019-06-12 19:20:13 +0200
committerGitHub <noreply@github.com>2019-06-12 19:20:13 +0200
commit38730080a2aa91071ff5d524772874af93cc034e (patch)
tree763b135ff17c75ae83707532b0af91560d0501a3 /src/control/Script.cpp
parentCameraCreate cosmetic fix (diff)
parentMerge branch 'master' into master (diff)
downloadre3-38730080a2aa91071ff5d524772874af93cc034e.tar
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.gz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.bz2
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.lz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.xz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.zst
re3-38730080a2aa91071ff5d524772874af93cc034e.zip
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r--src/control/Script.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
new file mode 100644
index 00000000..71fc7bcd
--- /dev/null
+++ b/src/control/Script.cpp
@@ -0,0 +1,6 @@
+#include "common.h"
+#include "patcher.h"
+
+#include "Script.h"
+
+uint8 *CTheScripts::ScriptSpace = (uint8*)0x74B248;