aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/cruise.cpp')
-rw-r--r--engines/cruise/cruise.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp
index 1e0b7b1d7a..b57e0ab188 100644
--- a/engines/cruise/cruise.cpp
+++ b/engines/cruise/cruise.cpp
@@ -92,7 +92,7 @@ Common::Error CruiseEngine::run() {
mainLoop();
- deinitialise();
+ deinitialize();
return Common::kNoError;
}
@@ -118,7 +118,7 @@ void CruiseEngine::initialize() {
_vm->_polyStruct = NULL;
}
-void CruiseEngine::deinitialise() {
+void CruiseEngine::deinitialize() {
_vm->_polyStructNorm.clear();
_vm->_polyStructExp.clear();