Mercurial > mm7
comparison Player.cpp @ 1072:48168499f52e
pointer cleaning
author | zipi |
---|---|
date | Sat, 25 May 2013 11:24:10 +0100 |
parents | a7e63532b9a8 |
children | 9456f2ed5ff9 |
comparison
equal
deleted
inserted
replaced
1071:a7e63532b9a8 | 1072:48168499f52e |
---|---|
7851 return v4 >= pValue; | 7851 return v4 >= pValue; |
7852 } | 7852 } |
7853 v4 = pValue; | 7853 v4 = pValue; |
7854 return v4 >= pValue; | 7854 return v4 >= pValue; |
7855 } | 7855 } |
7856 return *((int *)this + 2 * VarNum - 210); | 7856 return &LODWORD(this->pConditions[VarNum]);// *((int *)this + 2 * VarNum - 210); |
7857 } | 7857 } |
7858 | 7858 |
7859 | 7859 |
7860 //----- (0044A5CB) -------------------------------------------------------- | 7860 //----- (0044A5CB) -------------------------------------------------------- |
7861 void Player::SetVariable(enum VariableType var_type, signed int var_value) | 7861 void Player::SetVariable(enum VariableType var_type, signed int var_value) |