added #include "actor.h", some minor tweaks
svn-id: r4332
This commit is contained in:
parent
659bc0e691
commit
b529d80ed7
14 changed files with 17 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue