aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-08-17 16:53:00 +0000
committerTorbjörn Andersson2003-08-17 16:53:00 +0000
commit1bb575da9df8f02fc0246b1e0aad077e995389b2 (patch)
treef6d3ce5498511cbae0b9973b7644b103bf256f85 /scumm/costume.h
parent711c2b76cecf939942b401e74d5cca932800b60d (diff)
downloadscummvm-rg350-1bb575da9df8f02fc0246b1e0aad077e995389b2.tar.gz
scummvm-rg350-1bb575da9df8f02fc0246b1e0aad077e995389b2.tar.bz2
scummvm-rg350-1bb575da9df8f02fc0246b1e0aad077e995389b2.zip
Enabled the v1 costume palette tables Kirben and Hoenicke added earlier.
svn-id: r9745
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index e15a652fe2..e43320e08f 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -72,7 +72,7 @@ protected:
void proc3();
void proc3_ami();
- void procC64();
+ void procC64(int actor);
void c64_ignorePakCols(int num);
byte mainRoutine(int xmoveCur, int ymoveCur);