From 9547efad776899d1ff49a22e1baa5893080e5830 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 14 Aug 2014 22:02:47 -0400 Subject: ACCESS: Implemented player plotting methods --- engines/access/access.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'engines/access/access.h') diff --git a/engines/access/access.h b/engines/access/access.h index d919ae83f9..1e83c6e97c 100644 --- a/engines/access/access.h +++ b/engines/access/access.h @@ -70,15 +70,6 @@ enum AccessDebugChannels { struct AccessGameDescription; -class ImageEntry { -public: - int _frameNumber; - SpriteResource *_spritesPtr; - int _priority; - Common::Point _position; - int _flags; -}; - class AccessEngine : public Engine { private: /** @@ -137,17 +128,14 @@ public: Common::Array _newRects; Common::Array _oldRects; Common::Array _extraCells; - Common::Array _images; + ImageEntryList _images; int _pCount; int _selectCommand; bool _normalMouse; int _mouseMode; int _currentManOld; - byte *_man; - byte *_man1; byte *_inactive; - byte *_manPal1; byte *_music; byte *_title; int _converseMode; @@ -222,11 +210,6 @@ public: */ void freeInactiveData(); - /** - * Free animation data - */ - void freeManData(); - void establish(int v); void establishCenter(int v); -- cgit v1.2.3