aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-09-24 05:26:12 +0000
committerTravis Howell2005-09-24 05:26:12 +0000
commite077fdd9eda8a4eb455810b994deef8cc1805311 (patch)
tree2caed13ecbc0af9c5137e3bf9cddca4790ba0912 /scumm/intern.h
parentebfdf53b0a3e521a12ac2af85da731eaf4a27f2f (diff)
downloadscummvm-rg350-e077fdd9eda8a4eb455810b994deef8cc1805311.tar.gz
scummvm-rg350-e077fdd9eda8a4eb455810b994deef8cc1805311.tar.bz2
scummvm-rg350-e077fdd9eda8a4eb455810b994deef8cc1805311.zip
Rename & update opcode in C64 maniac.
Remove unused SCUMM vars in C64 maniac svn-id: r18873
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 336ad250bc..68bfb06c9d 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -426,6 +426,7 @@ protected:
void o_getActorMoving();
void o_animateActor();
void o_putActorAtObject();
+ void o_lockSound();
void o_lockActor();
void o_loadActor();
void o_loadRoom();
@@ -450,6 +451,7 @@ protected:
void o_printEgo_c64();
void o_print_c64();
void o_unlockRoom();
+ void o_unlockSound();
void o_beginOverride();
void o_isEqual();
void o_isGreater();