aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/kyra_rpg.h
diff options
context:
space:
mode:
authorathrxx2019-02-28 16:53:59 +0100
committerathrxx2019-03-06 20:48:27 +0100
commit5af15399ec1e00feab1d80fcdb65bac2b66c5499 (patch)
tree268cd07beb37009dfeae54bbe0e6831c7ad52f02 /engines/kyra/engine/kyra_rpg.h
parent010a79099eebe051d42f90b8f99d5342ae0fe249 (diff)
downloadscummvm-rg350-5af15399ec1e00feab1d80fcdb65bac2b66c5499.tar.gz
scummvm-rg350-5af15399ec1e00feab1d80fcdb65bac2b66c5499.tar.bz2
scummvm-rg350-5af15399ec1e00feab1d80fcdb65bac2b66c5499.zip
KYRA: (EOB) - improve timer handling
Diffstat (limited to 'engines/kyra/engine/kyra_rpg.h')
-rw-r--r--engines/kyra/engine/kyra_rpg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/engine/kyra_rpg.h b/engines/kyra/engine/kyra_rpg.h
index a132ec7419..a6625e169e 100644
--- a/engines/kyra/engine/kyra_rpg.h
+++ b/engines/kyra/engine/kyra_rpg.h
@@ -150,8 +150,8 @@ protected:
// timers
virtual void setupTimers() = 0;
- void enableSysTimer(int sysTimer);
- void disableSysTimer(int sysTimer);
+ virtual void enableSysTimer(int sysTimer);
+ virtual void disableSysTimer(int sysTimer);
void enableTimer(int id);
virtual uint8 getClock2Timer(int index) = 0;
virtual uint8 getNumClock2Timers() = 0;