aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/fights.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-06-30 23:06:38 +0000
committerChristopher Page2008-06-30 23:06:38 +0000
commit563e28b668a44e830c26702b21f1d75cccb6cf03 (patch)
tree3cafdfba80910873f70140187ab5dba06d2c24a3 /engines/lure/fights.cpp
parentc1ae3f7dd0fc52df450c136ecad14cedda26a20c (diff)
downloadscummvm-rg350-563e28b668a44e830c26702b21f1d75cccb6cf03.tar.gz
scummvm-rg350-563e28b668a44e830c26702b21f1d75cccb6cf03.tar.bz2
scummvm-rg350-563e28b668a44e830c26702b21f1d75cccb6cf03.zip
Fixed some warnings
svn-id: r32857
Diffstat (limited to 'engines/lure/fights.cpp')
-rw-r--r--engines/lure/fights.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 5323122fa6..f3eaa6f248 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -113,7 +113,6 @@ void FightsManager::fightLoop() {
Resources &res = Resources::getReference();
Game &game = Game::getReference();
Room &room = Room::getReference();
- Events &events = Events::getReference();
FighterRecord &playerFight = getDetails(PLAYER_ID);
uint32 timerVal = g_system->getMillis();