aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index 55be8ce6aa..f667c0615d 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -607,8 +607,9 @@ protected:
void seq_playCredits();
void updateKyragemFading();
- static OpcodeProc _opcodeTable[];
- static const int _opcodeTableSize;
+ void setupOpcodeTable();
+ OpcodeProc *_opcodeTable;
+ int _opcodeTableSize;
void waitForEvent();
void loadPalette(const char *filename, uint8 *palData);