added #include "actor.h", some minor tweaks

svn-id: r4332
This commit is contained in:
Max Horn 2002-05-14 23:32:34 +00:00
parent 659bc0e691
commit b529d80ed7
14 changed files with 17 additions and 9 deletions

View file

@ -22,6 +22,7 @@
#include "stdafx.h"
#include "scumm.h"
#include "actor.h"
/* Start executing script 'script' with parameters 'a' and 'b' */
void Scumm::runScript(int script, int a, int b, int16 * lvarptr)