From b373ab1a38bf4de8da1eda5af4d7abea50e1ea80 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 23 Nov 2006 22:25:04 +0000 Subject: minor cleanup, _spritesTable is no more static svn-id: r24777 --- engines/touche/touche.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/touche/touche.h') diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 9284374b19..b7caa3723c 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -616,6 +616,7 @@ protected: int _newSoundDelay; int _newSoundPriority; int _playSoundCounter; + bool _speechPlaying; Audio::SoundHandle _sfxHandle; Audio::SoundHandle _speechHandle; @@ -701,12 +702,12 @@ protected: uint8 *_mouseData; uint8 *_iconData; + SpriteData _spritesTable[NUM_SPRITES]; SequenceEntry _sequenceEntryTable[NUM_SEQUENCES]; int _currentBitmapWidth; int _currentBitmapHeight; int _currentImageWidth; int _currentImageHeight; - bool _speechPlaying; int _roomWidth; uint8 *_programTextDataPtr; @@ -732,7 +733,6 @@ protected: Common::Rect _dirtyRectsTable[NUM_DIRTY_RECTS]; int _dirtyRectsTableCount; - static SpriteData _spritesTable[NUM_SPRITES]; static const uint8 _directionsTable[NUM_DIRECTIONS]; }; -- cgit v1.2.3