aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-10-16 10:59:29 +0000
committerJames Brown2002-10-16 10:59:29 +0000
commitc1652de909d456bdb28584ad8a3c55d0017fc713 (patch)
tree7426cda45f17b38684f713d7b269a6ce9c5c9815 /scumm/scumm.h
parent96c900f095bea4ed64a3e339df457e3eae062f9c (diff)
downloadscummvm-rg350-c1652de909d456bdb28584ad8a3c55d0017fc713.tar.gz
scummvm-rg350-c1652de909d456bdb28584ad8a3c55d0017fc713.tar.bz2
scummvm-rg350-c1652de909d456bdb28584ad8a3c55d0017fc713.zip
Full Throttle: Add stub for opcode CD (something to do with drawing blast objects)
svn-id: r5163
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index b3728b397f..bd537c69d4 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1230,6 +1230,7 @@ public:
void o6_getAnimateVariable();
void o6_drawBlastObject();
void o6_getActorPriority();
+ void o6_unknownCD();
/* Scumm Vars */
byte VAR_EGO;