aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2007-03-10 00:34:20 +0000
committerMax Horn2007-03-10 00:34:20 +0000
commitaba0cd04d667ed9aa177e485518f63ed4429c990 (patch)
treece8ba6559f72040c4a78263722b7b700458983c3 /engines/scumm/scumm.h
parent728d01cb1788a24383c0ffabba6428e35ba88148 (diff)
downloadscummvm-rg350-aba0cd04d667ed9aa177e485518f63ed4429c990.tar.gz
scummvm-rg350-aba0cd04d667ed9aa177e485518f63ed4429c990.tar.bz2
scummvm-rg350-aba0cd04d667ed9aa177e485518f63ed4429c990.zip
SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as a hidden param to drawBomp); turned drawBomp into a regular function (used to be a ScummEngine member method)
svn-id: r26045
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 9b3429359a..5522814d39 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -1040,11 +1040,6 @@ protected:
void dissolveEffect(int width, int height);
void scrollEffect(int dir);
- // bomp
-public:
- byte *_bompActorPalettePtr;
- void drawBomp(const BompDrawData &bd, bool mirror);
-
protected:
bool _shakeEnabled;
uint _shakeFrame;