# HG changeset patch # User Grumpy7 # Date 1380269281 -7200 # Node ID ef86fc6d6a80debc95c62422fa0c51c66273fbe3 # Parent 7a9d0973ae37f0b463663b423e22b30e3b7b7afa added small renaming note diff -r 7a9d0973ae37 -r ef86fc6d6a80 Player.cpp --- a/Player.cpp Fri Sep 27 10:05:25 2013 +0200 +++ b/Player.cpp Fri Sep 27 10:08:01 2013 +0200 @@ -5094,7 +5094,7 @@ case VAR_Counter8: case VAR_Counter9: case VAR_Counter10: - if (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1]) + if (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1]) //originally (signed __int64)(__PAIR__(*(int *)&stru_AA1058[3].pSounds[8 * VarNum + 44304], *(int *)&stru_AA1058[3].pSounds[8 * VarNum + 44300]) { return (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1] + 460800 * pValue * 0.033333335) <= pParty->uTimePlayed ; }