aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/scene.cpp
diff options
context:
space:
mode:
authorMax Horn2008-07-25 09:19:06 +0000
committerMax Horn2008-07-25 09:19:06 +0000
commit04985c8ac94027fd05351866f243bbb6d590c4f9 (patch)
treee863f0a5b4f30afe3f1d5f2f40a19a96ba8c1e9e /engines/tinsel/scene.cpp
parent054fe75422167ecc30757f944cb16c2fc6a56416 (diff)
downloadscummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.tar.gz
scummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.tar.bz2
scummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.zip
TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT
svn-id: r33282
Diffstat (limited to 'engines/tinsel/scene.cpp')
-rw-r--r--engines/tinsel/scene.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tinsel/scene.cpp b/engines/tinsel/scene.cpp
index ab48e26c4c..70700c16a3 100644
--- a/engines/tinsel/scene.cpp
+++ b/engines/tinsel/scene.cpp
@@ -43,6 +43,7 @@
#include "tinsel/object.h"
#include "tinsel/pcode.h"
#include "tinsel/pid.h" // process IDs
+#include "tinsel/polygons.h"
#include "tinsel/token.h"
@@ -105,7 +106,7 @@ static SCNHANDLE SceneHandle = 0; // Current scene handle - stored in case of Sa
static void SceneTinselProcess(CORO_PARAM, const void *param) {
// COROUTINE
CORO_BEGIN_CONTEXT;
- PINT_CONTEXT pic;
+ INT_CONTEXT *pic;
CORO_END_CONTEXT(_ctx);
// get the stuff copied to process when it was created