[Scummvm-git-logs] scummvm master -> 89d87a91323bbee2eadd4b488293eb6433426577

digitall 547637+digitall at users.noreply.github.com
Sun Mar 15 10:05:26 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
89d87a9132 LURE: Fix GCC Compiler Warning of Unused Variable


Commit: 89d87a91323bbee2eadd4b488293eb6433426577
    https://github.com/scummvm/scummvm/commit/89d87a91323bbee2eadd4b488293eb6433426577
Author: D G Turner (digitall at scummvm.org)
Date: 2020-03-15T10:01:47Z

Commit Message:
LURE: Fix GCC Compiler Warning of Unused Variable

Changed paths:
    engines/lure/fights.cpp


diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 219a5d16fa..847fce5f9e 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -184,7 +184,6 @@ const KeyMapping keyList[] = {
 
 void FightsManager::checkEvents() {
 	LureEngine &engine = LureEngine::getReference();
-	Game &game = Game::getReference();
 	Events &events = Events::getReference();
 	Mouse &mouse = Mouse::getReference();
 	FighterRecord &rec = getDetails(PLAYER_ID);




More information about the Scummvm-git-logs mailing list