From 730405f975e05659b5f37ffd5bd8761eb20c7af4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 16 Mar 2010 08:26:08 +0000 Subject: Further code implemented for the current action display svn-id: r48266 --- engines/m4/scene.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/m4/scene.h') diff --git a/engines/m4/scene.h b/engines/m4/scene.h index 67acfc6654..d232c16974 100644 --- a/engines/m4/scene.h +++ b/engines/m4/scene.h @@ -64,8 +64,6 @@ public: char pictureBase[MAX_CHK_FILENAME_SIZE]; int32 hotspotCount; HotSpotList *hotspots; - int32 parallaxCount; - HotSpotList *parallax; int32 propsCount; HotSpotList *props; int32 frontY, backY; @@ -103,13 +101,12 @@ public: virtual void leftClick(int x, int y) = 0; virtual void rightClick(int x, int y) = 0; virtual void setAction(int action, int objectId = -1) = 0; - virtual void setStatusText(const char *text) = 0; virtual void update() = 0; + virtual void showHotSpots(); // TODO: perhaps move playIntro() someplace else? void playIntro(); void showSprites(); - void showHotSpots(); void showCodes(); int getCurrentScene() { return _currentScene; } M4Surface *getBackgroundSurface() const { return _backgroundSurface; } -- cgit v1.2.3