a little bit about inaccurate variable types and names
Opened this issue · 0 comments
NoobWithCheats commented
ReGameDLL_CS/regamedll/dlls/weapons.h
Line 436 in a94c7bd
does it make sense to switch from BOOL to bool? and using
bool m_bDirection;
OR BOOL m_bDirection;
?
ReGameDLL_CS/regamedll/dlls/weapons.h
Line 421 in a94c7bd
It is only used to define true and false. Using
bool m_bFireOnEmpty;
ReGameDLL_CS/regamedll/dlls/weapons.h
Line 420 in a94c7bd
in general, there are no errors here, then we use only 1 and 0. It would be clearer if it were bool. Using
bool m_bPlayEmptySound;
ReGameDLL_CS/regamedll/dlls/training_gamerules.h
Lines 85 to 86 in a94c7bd
bool m_bSmokeTouching;
and bool m_bFlashTouched;
bool m_bSmokeTouchingLastFrame