Browse Source

PlayerInfo::access is now marked as mutable.

pull/3/head
JustinAJ 10 years ago
parent
commit
a9d1a966ea
  1. BIN
      Release/Plugins/RenX.Core.lib
  2. 4
      RenX.Core/RenX_PlayerInfo.h

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

4
RenX.Core/RenX_PlayerInfo.h

@ -60,8 +60,8 @@ namespace RenX
unsigned int wins = 0;
unsigned int loses = 0;
unsigned int beaconPlacements = 0;
int access = 0;
mutable int access = 0;
mutable Jupiter::INIFile varData; // This will be replaced later with a more dedicated type.
};

Loading…
Cancel
Save