aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-30 08:30:23 +0200
committerStrangerke2011-06-30 08:30:23 +0200
commitf59c910b8f41cfa9eeda88ce5f4d5c2a18b97662 (patch)
treeefbf783048abcd65aed6f7e805f506ced3a83ee8 /engines/cge/snail.cpp
parentb0c9c9122fc678074aba30068e5b36d347208e65 (diff)
downloadscummvm-rg350-f59c910b8f41cfa9eeda88ce5f4d5c2a18b97662.tar.gz
scummvm-rg350-f59c910b8f41cfa9eeda88ce5f4d5c2a18b97662.tar.bz2
scummvm-rg350-f59c910b8f41cfa9eeda88ce5f4d5c2a18b97662.zip
CGE: Some more renaming (wip)
Diffstat (limited to 'engines/cge/snail.cpp')
-rw-r--r--engines/cge/snail.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp
index 565c7d33f0..e9d9b4643f 100644
--- a/engines/cge/snail.cpp
+++ b/engines/cge/snail.cpp
@@ -575,12 +575,12 @@ void SNSend(Sprite *spr, int val) {
spr->_flags._slav = false;
} else {
if (spr->_ref % 1000 == 0)
- Bitmap::Pal = VGA::SysPal;
+ Bitmap::_pal = VGA::SysPal;
if (spr->_flags._back)
spr->BackShow(true);
else
ExpandSprite(spr);
- Bitmap::Pal = NULL;
+ Bitmap::_pal = NULL;
}
}
}