aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index 962d8c9e75..745e0700e8 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -192,7 +192,7 @@ public:
/**
* Draw any sprites into the foreground of the scene
*/
- void drawForeground(MSurface *s);
+ void drawSprites(MSurface *s);
void cleanUp();
};