changeset 1738:ef86fc6d6a80

added small renaming note
author Grumpy7
date Fri, 27 Sep 2013 10:08:01 +0200
parents 7a9d0973ae37
children 0155fb9254dd cecb080929c4
files Player.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ;
         }