aboutsummaryrefslogtreecommitdiff
path: root/sword2/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/layers.cpp')
-rw-r--r--sword2/layers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index b5070e7b32..c4cc23e085 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -58,7 +58,7 @@ int32 Sword2Engine::initBackground(int32 res, int32 new_palette) {
// The resources age every time a new room is entered.
_resman->passTime();
- _resman->expelOldResources();
+ _resman->expireOldResources();
clearFxQueue();
_graphics->waitForFade();