aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-11 17:06:24 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit536e9c1bb9e603e420843647a092b50f7668a996 (patch)
treeb6fb84741c0f064978bae45fc6c8dd4a266b6006 /engines/dm/dm.h
parentd77ffceff9cc8266c9fea4ab33c90b5c78341ec7 (diff)
downloadscummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.tar.gz
scummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.tar.bz2
scummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.zip
DM: Add f248_timelineProcessEvent6_squareWall
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 5b8061c809..1e1fc6a53c 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -184,7 +184,7 @@ public:
explicit DMEngine(OSystem *syst);
~DMEngine();
- void waitMs(uint16 ms);
+ void f22_delay(uint16 ms); // @ F0022_MAIN_Delay
uint16 f30_getScaledProduct(uint16 val, uint16 scale, uint16 vale2); // @ F0030_MAIN_GetScaledProduct
uint16 getRandomNumber(uint32 max) { return _rnd->getRandomNumber(max - 1); }
int16 M1_ordinalToIndex(int16 val); // @ M01_ORDINAL_TO_INDEX