aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/engine/eobcommon.h')
-rw-r--r--engines/kyra/engine/eobcommon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/engine/eobcommon.h b/engines/kyra/engine/eobcommon.h
index 293878cd52..c7f3fbcb14 100644
--- a/engines/kyra/engine/eobcommon.h
+++ b/engines/kyra/engine/eobcommon.h
@@ -338,6 +338,8 @@ protected:
// timers
void setupTimers();
+ virtual void enableSysTimer(int sysTimer);
+ virtual void disableSysTimer(int sysTimer);
void setCharEventTimer(int charIndex, uint32 countdown, int evnt, int updateExistingTimer);
void deleteCharEventTimer(int charIndex, int evnt);
void setupCharacterTimers();
@@ -357,7 +359,8 @@ protected:
static const uint8 _clock2Timers[];
static const uint8 _numClock2Timers;
- int32 _restPartyElapsedTime;
+ uint32 _disableElapsedTime;
+ uint32 _restPartyElapsedTime;
// Mouse
void setHandItem(Item itemIndex);