Browse Source

Added gamePrefix field to PlayerInfo.

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

BIN
Release/Bot.lib

Binary file not shown.

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

1
RenX.Core/RenX_PlayerInfo.h

@ -61,6 +61,7 @@ namespace RenX
unsigned int loses = 0; unsigned int loses = 0;
unsigned int beaconPlacements = 0; unsigned int beaconPlacements = 0;
mutable Jupiter::StringS gamePrefix;
mutable Jupiter::StringS formatNamePrefix; mutable Jupiter::StringS formatNamePrefix;
mutable int access = 0; mutable int access = 0;
mutable Jupiter::INIFile varData; // This will be replaced later with a more dedicated type. mutable Jupiter::INIFile varData; // This will be replaced later with a more dedicated type.

Loading…
Cancel
Save