aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-12 22:08:21 -0400
committerPaul Gilbert2014-04-12 22:08:21 -0400
commitf4165c5f8a2a15a6b3cdf1ce46732e2e5efe772a (patch)
tree5cac04594d2325ff9de12a91a35d9ef98304e434 /engines/mads/sprites.cpp
parentfc7e91691d73bcc0e58cd89f85597a2c42fd6d57 (diff)
downloadscummvm-rg350-f4165c5f8a2a15a6b3cdf1ce46732e2e5efe772a.tar.gz
scummvm-rg350-f4165c5f8a2a15a6b3cdf1ce46732e2e5efe772a.tar.bz2
scummvm-rg350-f4165c5f8a2a15a6b3cdf1ce46732e2e5efe772a.zip
MADS: Field/method renaming
Diffstat (limited to 'engines/mads/sprites.cpp')
-rw-r--r--engines/mads/sprites.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sprites.cpp b/engines/mads/sprites.cpp
index 0dd640bca0..83f01430eb 100644
--- a/engines/mads/sprites.cpp
+++ b/engines/mads/sprites.cpp
@@ -283,7 +283,7 @@ void SpriteSlots::drawBackground() {
}
}
-void SpriteSlots::drawForeground(MSurface *s) {
+void SpriteSlots::drawSprites(MSurface *s) {
DepthList depthList;
Scene &scene = _vm->_game->_scene;