diasurgical / devilutionX

Diablo build for modern operating systems
Other
8.01k stars 786 forks source link

Rename Player struct variables: _pExperience #7256

Closed kphoenix137 closed 2 months ago

kphoenix137 commented 2 months ago

Chose experiencePoints to avoid naming conflict with member functions that also are already using experience as a local/passed variable. Could bypass by using this-> but I think this is adequate to avoid confusion. Let me know.