aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/base_surface_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/base/base_surface_storage.h')
-rw-r--r--engines/wintermute/base/base_surface_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/base_surface_storage.h b/engines/wintermute/base/base_surface_storage.h
index 350210b95e..13c4deb3db 100644
--- a/engines/wintermute/base/base_surface_storage.h
+++ b/engines/wintermute/base/base_surface_storage.h
@@ -40,7 +40,7 @@ public:
bool initLoop();
bool sortSurfaces();
static int surfaceSortCB(const void *arg1, const void *arg2);
- bool cleanup(bool Warn = false);
+ bool cleanup(bool warn = false);
//DECLARE_PERSISTENT(BaseSurfaceStorage, BaseClass);
bool restoreAll();