From ff268e8fd5997b60a035147bb9adbf1ead100d49 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 18 Jan 2009 17:04:24 +0000 Subject: LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903 --- engines/kyra/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/script.h') diff --git a/engines/kyra/script.h b/engines/kyra/script.h index 6e08017974..ae9ece8154 100644 --- a/engines/kyra/script.h +++ b/engines/kyra/script.h @@ -53,7 +53,7 @@ struct EMCState { uint16 bp; uint16 sp; int16 regs[30]; // VM registers - int16 stack[61]; // VM stack + int16 stack[100]; // VM stack }; #define stackPos(x) (script->stack[script->sp+x]) -- cgit v1.2.3