aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-02-09 14:53:13 +0000
committerTravis Howell2004-02-09 14:53:13 +0000
commit36c9dc8b5b6c4b8d1654f08e068d7c758f34fa25 (patch)
treec0c419ee6c221198e64f21bf4fd6ef9f9eafe1d8 /scumm/intern.h
parente98d5983da0ef68c53366a9433dfdb181933bf79 (diff)
downloadscummvm-rg350-36c9dc8b5b6c4b8d1654f08e068d7c758f34fa25.tar.gz
scummvm-rg350-36c9dc8b5b6c4b8d1654f08e068d7c758f34fa25.tar.bz2
scummvm-rg350-36c9dc8b5b6c4b8d1654f08e068d7c758f34fa25.zip
Add opcode
svn-id: r12795
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 8a7ac5450e..005a6d9b6a 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -584,7 +584,7 @@ protected:
void o6_rename();
void o6_writeFile();
void o6_findAllObjects();
- void o6_unknownE0();
+ void o6_setVolume();
void o6_unknownE1();
void o6_unknownE4();
void o6_seekFile();