aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/saves.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-06 19:11:26 -0400
committerPaul Gilbert2018-04-06 19:11:26 -0400
commit37b9de6d2564a9170b99711a7dd2327a882a5609 (patch)
treea982f5e13a57c89c33727392f8e74a21e7c8b17c /engines/xeen/saves.cpp
parent70b76dc8deb3f9ac21ad782eba07c8e8dacb6338 (diff)
downloadscummvm-rg350-37b9de6d2564a9170b99711a7dd2327a882a5609.tar.gz
scummvm-rg350-37b9de6d2564a9170b99711a7dd2327a882a5609.tar.bz2
scummvm-rg350-37b9de6d2564a9170b99711a7dd2327a882a5609.zip
XEEN: Cleanup of monster move check method
Diffstat (limited to 'engines/xeen/saves.cpp')
-rw-r--r--engines/xeen/saves.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/saves.cpp b/engines/xeen/saves.cpp
index 7eadac139c..1f58562bf0 100644
--- a/engines/xeen/saves.cpp
+++ b/engines/xeen/saves.cpp
@@ -259,7 +259,6 @@ bool SavesManager::loadGame() {
bool SavesManager::saveGame() {
Map &map = *g_vm->_map;
- Windows &windows = *g_vm->_windows;
if (map.mazeData()._mazeFlags & RESTRICTION_SAVE) {
ErrorScroll::show(g_vm, Res.SAVE_OFF_LIMITS, WT_NONFREEZED_WAIT);