comparison Player.cpp @ 1738:ef86fc6d6a80

added small renaming note
author Grumpy7
date Fri, 27 Sep 2013 10:08:01 +0200
parents c6fe09a06712
children cecb080929c4
comparison
equal deleted inserted replaced
1737:7a9d0973ae37 1738:ef86fc6d6a80
5092 case VAR_Counter6: 5092 case VAR_Counter6:
5093 case VAR_Counter7: 5093 case VAR_Counter7:
5094 case VAR_Counter8: 5094 case VAR_Counter8:
5095 case VAR_Counter9: 5095 case VAR_Counter9:
5096 case VAR_Counter10: 5096 case VAR_Counter10:
5097 if (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1]) 5097 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])
5098 { 5098 {
5099 return (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1] + 460800 * pValue * 0.033333335) <= pParty->uTimePlayed ; 5099 return (pParty->field_3C.CounterEventValues[VarNum - VAR_Counter1] + 460800 * pValue * 0.033333335) <= pParty->uTimePlayed ;
5100 } 5100 }
5101 case VAR_ReputationInCurrentLocation: 5101 case VAR_ReputationInCurrentLocation:
5102 v19 = &pOutdoor->ddm; 5102 v19 = &pOutdoor->ddm;