diff options
Diffstat (limited to 'script_v2.cpp')
-rw-r--r-- | script_v2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script_v2.cpp b/script_v2.cpp index 59e548828a..784535092c 100644 --- a/script_v2.cpp +++ b/script_v2.cpp @@ -24,6 +24,7 @@ #include "stdafx.h" #include "scumm.h" #include "actor.h" +#include "smush.h" #include "sound/mididrv.h" #include "sound/imuse.h" @@ -1398,7 +1399,7 @@ void Scumm::o6_putActorInRoom() void Scumm::o6_putActorAtObject() { - int room, obj, x, y, dir; + int room, obj, x, y; Actor *a; obj = popRoomAndObj(&room); |