From 40c9889dc45b2587053d05052a3dbf33853dd3f1 Mon Sep 17 00:00:00 2001 From: Diego Celix Date: Sun, 9 Apr 2017 20:39:58 +0200 Subject: [PATCH] Fix. Removed warning for unnused variable Variable kept as a comment for future reference. --- src/games/supported/StreetFighterIITurboHyperFighting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/supported/StreetFighterIITurboHyperFighting.cpp b/src/games/supported/StreetFighterIITurboHyperFighting.cpp index cbc8834..e11caca 100644 --- a/src/games/supported/StreetFighterIITurboHyperFighting.cpp +++ b/src/games/supported/StreetFighterIITurboHyperFighting.cpp @@ -58,7 +58,7 @@ RomSettings* StreetFighterIITurboHyperFightingSettings::clone() const { /* process the latest information from RLE */ void StreetFighterIITurboHyperFightingSettings::step(const RleSystem& system) { - int time = getDecimalScore(0x18f3, &system); + //int time = getDecimalScore(0x18f3, &system); // update the reward reward_t playerScore = getDecimalScore(0x6c3,0x6c4, &system);