aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-27 17:12:23 -0500
committerPaul Gilbert2018-01-27 17:12:23 -0500
commit12eacafe0e8f9c1349cd3c131160c6728681e9d9 (patch)
treef288c6bf7dc87d3fa44e2cf0f7ed00548ab9b7b9 /engines/xeen/combat.cpp
parent540f47294a0274e2aaa9178a11997b4b975a6234 (diff)
downloadscummvm-rg350-12eacafe0e8f9c1349cd3c131160c6728681e9d9.tar.gz
scummvm-rg350-12eacafe0e8f9c1349cd3c131160c6728681e9d9.tar.bz2
scummvm-rg350-12eacafe0e8f9c1349cd3c131160c6728681e9d9.zip
XEEN: Implement screen shaking
Diffstat (limited to 'engines/xeen/combat.cpp')
-rw-r--r--engines/xeen/combat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/combat.cpp b/engines/xeen/combat.cpp
index 549f7739f3..c7adf54455 100644
--- a/engines/xeen/combat.cpp
+++ b/engines/xeen/combat.cpp
@@ -144,7 +144,6 @@ void Combat::giveCharDamage(int damage, DamageType attackType, int charIndex) {
EventsManager &events = *_vm->_events;
Interface &intf = *_vm->_interface;
Party &party = *_vm->_party;
- Scripts &scripts = *_vm->_scripts;
Sound &sound = *_vm->_sound;
Windows &windows = *_vm->_windows;
int charIndex1 = charIndex + 1;