aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-02-18 23:59:54 +0000
committerJonathan Gray2003-02-18 23:59:54 +0000
commit5c0cfe392b8cb92ef421bed731c3775c9cbd1b39 (patch)
treec2310a154ad489855129f5b9b45d08b4191fa862 /scumm/intern.h
parent719784dd6abcf25678e62a4d534f1f5cd996947c (diff)
downloadscummvm-rg350-5c0cfe392b8cb92ef421bed731c3775c9cbd1b39.tar.gz
scummvm-rg350-5c0cfe392b8cb92ef421bed731c3775c9cbd1b39.tar.bz2
scummvm-rg350-5c0cfe392b8cb92ef421bed731c3775c9cbd1b39.zip
stub opcode E0 which makes moondemo and fbdemo start yay
svn-id: r6624
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 fb280d1ede..71b99544c1 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -374,6 +374,7 @@ protected:
void o6_findAllObjects();
void o6_pickVarRandom();
void o6_getDateTime();
+ void o6_unknownE0();
byte VAR_VIDEONAME;