Placed constants in versions.h

This commit is contained in:
mathusummut
2018-10-05 22:12:39 +02:00
parent 4fe94a9d71
commit ee16663f4b
35 changed files with 85 additions and 112 deletions

View File

@@ -80,7 +80,6 @@ namespace Shared {
string nick;
string playerName;
string glestVersionString;
bool hasJoinedChannel;
@@ -113,9 +112,6 @@ namespace Shared {
void setPlayerName(string value) {
playerName = value;
}
void setGlestVersionString(string value) {
glestVersionString = value;
}
string getPlayerName() const {
return playerName;
}