aboutsummaryrefslogtreecommitdiff
path: root/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'script_v1.cpp')
-rw-r--r--script_v1.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index 5142a3049b..6082084667 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -805,10 +805,6 @@ FixRoom:
}
}
-const int bit_table[16] =
-{1,2,4,8,0x10,0x20,0x40,0x80,0x100,0x200,0x400,0x800,0x1000,0x2000,0x4000,0x8000};
-
-
void Scumm::o5_actorSetClass() {
int act = getVarOrDirectWord(0x80);
int newClass;
@@ -1505,8 +1501,8 @@ void Scumm::o5_loadRoomWithEgo() {
void Scumm::o5_matrixOps() {
int a,b;
- printf("o5_matrixOps\n");
if(_features & GF_OLD256) { /* FIXME: missing function call*/
+ warning("o5_matrixOps - unimplemented on GF_OLD256");
a=getVarOrDirectByte(0x80);
b=fetchScriptByte();
return;