aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/scene.h')
-rw-r--r--engines/bladerunner/scene.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/bladerunner/scene.h b/engines/bladerunner/scene.h
index d7904f2190..5856e0b0d3 100644
--- a/engines/bladerunner/scene.h
+++ b/engines/bladerunner/scene.h
@@ -41,6 +41,8 @@ public:
int _nextSetId;
int _nextSceneId;
int _frame;
+ Vector3 _actorStartPosition;
+ int _actorStartFacing;
bool _playerWalkedIn;
View _view;
@@ -58,7 +60,8 @@ public:
}
bool open(int setId, int sceneId, bool isLoadingGame);
- int advanceFrame(Graphics::Surface &surface);
+ int advanceFrame(Graphics::Surface &surface, uint16 *&zBuffer);
+ void setActorStart(Vector3 position, int facing);
};
} // End of namespace BladeRunner