Skip to content

Commit

Permalink
Fix. Removed warning for unnused variable
Browse files Browse the repository at this point in the history
Variable kept as a comment for future reference.
  • Loading branch information
dcelix committed May 9, 2017
1 parent ef18ba5 commit f391a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games/supported/StreetFighterIITurboHyperFighting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f391a4f

Please sign in to comment.