aboutsummaryrefslogtreecommitdiff
path: root/saga/actionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actionmap.h')
-rw-r--r--saga/actionmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/saga/actionmap.h b/saga/actionmap.h
index fd1d8f3fa4..ebb2dbec8d 100644
--- a/saga/actionmap.h
+++ b/saga/actionmap.h
@@ -41,7 +41,7 @@ struct R_ACTIONMAP_ENTRY {
class ActionMap {
public:
int reg(void);
- ActionMap(void);
+ ActionMap(SagaEngine *vm);
~ActionMap(void);
int load(const byte *exmap_res, size_t exmap_res_len);
@@ -53,6 +53,8 @@ class ActionMap {
void actionInfo(int argc, char *argv[]);
private:
+ SagaEngine *_vm;
+
bool _initialized;
int _exits_loaded;
int _n_exits;