]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/player.h
Fixed a bug that allowed more than one person to register the same player name
[irc/gameservirc.git] / gameserv / player.h
index c4d9bf7140308a8122ea7369a84f0ae45b5d406f..3ea5fa1b165fa8fa449f186dde26bab31e9e4f90 100644 (file)
@@ -2,7 +2,6 @@
 #define PLAYER_H
 
 #include <string.h>
-#include <iostream.h>
 #include "aClient.h"
 #include "pouch.h"
 
@@ -36,8 +35,6 @@ public:
     int defense;                // Player's defensive strength
     int armor;                  // Number for the player's armor
     int weapon;                 // Number for the player's weapon
-    bool alive;                 // True/False: is the player alive?
-    bool yourturn;             // True/False: is it your turn in battle?
     int forest_fights;          // Amount of forest fights left today
     int player_fights;          // Amount of player<->player fights for today
     char *password;            // Player's encrypted password