diff options
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r-- | engines/mads/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h index 2a85115330..0e4e86a273 100644 --- a/engines/mads/sprites.h +++ b/engines/mads/sprites.h @@ -153,7 +153,7 @@ public: * Clears any pending slot data and schedules a full screen refresh. * @param flag Also reset sprite list */ - void clear(bool flag); + void reset(bool flag = true); /** * Delete any sprites used by the player |