aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/lastexpress.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/lastexpress.h')
-rw-r--r--engines/lastexpress/lastexpress.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/engines/lastexpress/lastexpress.h b/engines/lastexpress/lastexpress.h
index b33784b1e8..11fa8c7ebe 100644
--- a/engines/lastexpress/lastexpress.h
+++ b/engines/lastexpress/lastexpress.h
@@ -104,13 +104,8 @@ public:
bool isDemo() const;
// Frame Counter
- uint32 getFrameCounter() { return _frameCounter; }
- void setFrameCounter(uint32 count) { _frameCounter = count; }
-
-protected:
- // Sound Timer
- static void soundTimer(void *ptr);
- void handleSoundTimer();
+ // TODO: all callers could use _system->getMillis() directly without extra conversions
+ uint32 getFrameCounter() const;
private:
const ADGameDescription *_gameDescription;
@@ -127,7 +122,6 @@ private:
Menu *_menu;
// Frame counter
- uint32 _frameCounter;
uint32 _lastFrameCount;
// Managers