aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sprite.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-24 14:27:24 +0100
committerWillem Jan Palenstijn2011-12-24 14:41:12 +0100
commit8e36de736e88f1b7a70ad04fc3d09b7807ff94f9 (patch)
tree7396b1d4e89f65331f6b04d34d980eaa51dc2826 /engines/dreamweb/sprite.cpp
parentef35f1f69d3c75c2ed6dbb0bb4fe6a5551750ec1 (diff)
downloadscummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.tar.gz
scummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.tar.bz2
scummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.zip
DREAMWEB: Minor cleanup
Diffstat (limited to 'engines/dreamweb/sprite.cpp')
-rw-r--r--engines/dreamweb/sprite.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/dreamweb/sprite.cpp b/engines/dreamweb/sprite.cpp
index e2e27bc417..c9ea699988 100644
--- a/engines/dreamweb/sprite.cpp
+++ b/engines/dreamweb/sprite.cpp
@@ -536,17 +536,6 @@ void DreamBase::moveMap(uint8 param) {
data.byte(kNowinnewroom) = 1;
}
-void DreamGenContext::checkOne() {
- uint8 flag, flagEx, type, flagX, flagY;
- checkOne(cl, ch, &flag, &flagEx, &type, &flagX, &flagY);
-
- cl = flag;
- ch = flagEx;
- dl = flagX;
- dh = flagY;
- al = type;
-}
-
void DreamBase::checkOne(uint8 x, uint8 y, uint8 *flag, uint8 *flagEx, uint8 *type, uint8 *flagX, uint8 *flagY) {
*flagX = x / 16;
*flagY = y / 16;