summaryrefslogtreecommitdiff
path: root/src/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.cpp')
-rw-r--r--src/player.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player.cpp b/src/player.cpp
index e6102b6a..a5a79ff1 100644
--- a/src/player.cpp
+++ b/src/player.cpp
@@ -47,7 +47,8 @@ Player::Player(int id, int subtype, Map *map, bool isNPC):
Being(id, subtype, map),
mGender(GENDER_UNSPECIFIED),
mParty(NULL),
- mIsGM(false)
+ mIsGM(false),
+ mIp(0)
{
if (!isNPC)
{