aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-21 10:11:43 -0400
committerPaul Gilbert2015-06-21 10:11:43 -0400
commitdeada3e30d1b897191dd2a97ac74999a1f967578 (patch)
tree4b1358b3553b923d76852946fed96c1d4edf06da /engines/sherlock/tattoo/tattoo_scene.h
parentdec2b0857ca54ecf61e95c731d10ebfb85b5b375 (diff)
downloadscummvm-rg350-deada3e30d1b897191dd2a97ac74999a1f967578.tar.gz
scummvm-rg350-deada3e30d1b897191dd2a97ac74999a1f967578.tar.bz2
scummvm-rg350-deada3e30d1b897191dd2a97ac74999a1f967578.zip
SHERLOCK: RT: Beginnings of journal display
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.h b/engines/sherlock/tattoo/tattoo_scene.h
index 58a73ec557..0118a9dd26 100644
--- a/engines/sherlock/tattoo/tattoo_scene.h
+++ b/engines/sherlock/tattoo/tattoo_scene.h
@@ -47,10 +47,6 @@ struct SceneTripEntry {
class TattooScene : public Scene {
private:
int _arrowZone;
- int _maskCounter;
- Common::Point _maskOffset;
- byte _lookupTable[PALETTE_COUNT];
- byte _lookupTable1[PALETTE_COUNT];
private:
void doBgAnimCheckCursor();
@@ -64,11 +60,6 @@ private:
void doBgAnimDrawSprites();
/**
- * Makes a greyscale translation table for each palette entry in the table
- */
- void setupBGArea(const byte cMap[PALETTE_SIZE]);
-
- /**
* Resets the NPC path information when entering a new scene.
* @remarks The default talk file for the given NPC is set to WATS##A, where ## is
* the scene number being entered
@@ -108,7 +99,6 @@ protected:
*/
virtual void synchronize(Serializer &s);
public:
- ImageFile *_mask, *_mask1;
CAnimStream _activeCAnim;
Common::Array<SceneTripEntry> _sceneTripCounters;
bool _labTableScene;