aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/background.h
diff options
context:
space:
mode:
authoruruk2014-03-07 18:24:45 +0100
committeruruk2014-03-07 18:24:58 +0100
commit5b9cb372cd3705dd0776e7f431dc98ecff270256 (patch)
treeae5231a0baaf57c710935b96b68b9e4e439aa543 /engines/avalanche/background.h
parentfbc63ebd684088ddd8c65f13edf63c708dfa8881 (diff)
downloadscummvm-rg350-5b9cb372cd3705dd0776e7f431dc98ecff270256.tar.gz
scummvm-rg350-5b9cb372cd3705dd0776e7f431dc98ecff270256.tar.bz2
scummvm-rg350-5b9cb372cd3705dd0776e7f431dc98ecff270256.zip
AVALANCHE: Implement Parser::bossKey().
Revise some other parts of the engine during the process.
Diffstat (limited to 'engines/avalanche/background.h')
-rw-r--r--engines/avalanche/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/background.h b/engines/avalanche/background.h
index 98d6d36fed..e994d9eae9 100644
--- a/engines/avalanche/background.h
+++ b/engines/avalanche/background.h
@@ -51,7 +51,7 @@ public:
~Background();
void update();
- void load(byte number);
+ void loadSprites(byte number);
void release();
// Setting the destination to negative coordinates means the picture should be drawn to it's original position.