aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorMax Horn2003-05-29 10:31:05 +0000
committerMax Horn2003-05-29 10:31:05 +0000
commitc62c448a35c0c0b044b953c901ae4d47fe362957 (patch)
tree8832d1c148856ee3ae2e28600a721d7ba6ad5c3b /scumm/costume.h
parentb69ea5bec88e534ae31a1e20511fe66dec18e44f (diff)
downloadscummvm-rg350-c62c448a35c0c0b044b953c901ae4d47fe362957.tar.gz
scummvm-rg350-c62c448a35c0c0b044b953c901ae4d47fe362957.tar.bz2
scummvm-rg350-c62c448a35c0c0b044b953c901ae4d47fe362957.zip
more costuem code merging
svn-id: r8088
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 45d6abf432..1c147dd4ed 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -67,8 +67,7 @@ protected:
void proc3();
void proc3_ami();
- byte mainRoutine();
- void ignorePakCols(int num);
+ byte mainRoutine(int xmoveCur, int ymoveCur);
};
#endif