aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-05-03 15:08:10 +0000
committerJames Brown2003-05-03 15:08:10 +0000
commitf51b4387d1e44942bd10d3ebd2dd6faf28a728c1 (patch)
tree7d98d96b05ed138d38b19628dd01918171db46a6 /scumm/intern.h
parentb7a3f481a865cf09e2a6cd0a9dc06304a3341679 (diff)
downloadscummvm-rg350-f51b4387d1e44942bd10d3ebd2dd6faf28a728c1.tar.gz
scummvm-rg350-f51b4387d1e44942bd10d3ebd2dd6faf28a728c1.tar.bz2
scummvm-rg350-f51b4387d1e44942bd10d3ebd2dd6faf28a728c1.zip
hack around v2 o2_delay problem
svn-id: r7284
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index e84183af55..fb40f2080e 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -270,6 +270,7 @@ protected:
void o2_getActorWalkBox();
void o2_endCutscene();
void o2_drawSentence();
+ void o2_delay();
};
class Scumm_v4 : public Scumm_v3 {