Skip to content

Commit

Permalink
Removing so that OpenITG does not carry over your Rate Mod between so…
Browse files Browse the repository at this point in the history
…ngs.
  • Loading branch information
gabemarchan committed Jun 3, 2018
1 parent 1ee07c4 commit 8a9f930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Themes/itg3/Scripts/Other.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,6 @@ function SpeedMods(name)
if modType[p] == 'c-mod' then modSpeed[p] = 'c' .. modBase[p]*100 + modExtra[p]*100 end
if modType[p] == 'm-mod' then modSpeed[p] = 'm' .. modBase[p]*100 + modExtra[p]*100 end
GAMESTATE:ApplyGameCommand('mod,1x',p)
ApplyRateAdjust()
MESSAGEMAN:Broadcast('SpeedModChanged')
end
}
Expand Down Expand Up @@ -1266,7 +1265,6 @@ function RateMods(name)
end
modRate = s
GAMESTATE:ApplyGameCommand('mod,'..s..'xmusic',pn+1)
ApplyRateAdjust()
MESSAGEMAN:Broadcast('RateModChanged')
end
}
Expand Down

0 comments on commit 8a9f930

Please sign in to comment.