From 3d590627eda86a56080bbb55f5b51c19b55cd3a1 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Sat, 17 May 2014 23:25:31 +0200 Subject: PRINCE: Room struct implementation and objects drawing fix --- engines/prince/object.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/prince/object.h') diff --git a/engines/prince/object.h b/engines/prince/object.h index 7a3d19e906..66f2a725f8 100644 --- a/engines/prince/object.h +++ b/engines/prince/object.h @@ -35,12 +35,10 @@ public: bool loadFromStream(Common::SeekableReadStream &stream); const Graphics::Surface *getSurface() const { return _surface; } - + uint16 _x, _y, _z, _overlay; private: void loadSurface(Common::SeekableReadStream &stream); - Graphics::Surface *_surface; - uint16 _x, _y, _z; }; } -- cgit v1.2.3