mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
Init in the right spot :P
svn-id: r15558
This commit is contained in:
parent
0ee4b3e542
commit
b1ec9a92bf
@ -32,6 +32,7 @@
|
||||
namespace Kyra {
|
||||
VMContext::VMContext(KyraEngine* engine) {
|
||||
_engine = engine;
|
||||
_error = false;
|
||||
|
||||
// now we create a list of all Command/Opcode procs and so
|
||||
static CommandEntry commandProcs[] = {
|
||||
@ -767,7 +768,6 @@ namespace Kyra {
|
||||
assert(script_start);
|
||||
|
||||
uint32 scriptStateAtStart = _scriptState;
|
||||
_error = false;
|
||||
|
||||
// runs the script
|
||||
while(true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user