aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/graphics.cpp')
-rw-r--r--engines/tsage/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/graphics.cpp b/engines/tsage/graphics.cpp
index f497fac732..12ccabd6a5 100644
--- a/engines/tsage/graphics.cpp
+++ b/engines/tsage/graphics.cpp
@@ -1018,7 +1018,7 @@ void GfxManager::setDefaults() {
}
void GfxManager::activate() {
- assert(!_globals->_gfxManagers.contains(this));
+ assert(!contains(_globals->_gfxManagers, this));
_globals->_gfxManagers.push_front(this);
}