aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-01 17:40:27 -0500
committermegamage <none@none>2009-05-01 17:40:27 -0500
commite1b8fff590c6aca21297ecc638b29b59c4507cfe (patch)
tree52c623cc0a3617ec125eb97cfa771f9c6cb88308 /src/game/Player.cpp
parentb3ec053839da72333797508126f2f4f1e18b0781 (diff)
*Fix a crash caused by uninitialized variable "m_transport"
--HG-- branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 907d648f87f..0510fca231c 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -277,8 +277,6 @@ UpdateMask Player::updateVisualBits;
Player::Player (WorldSession *session): Unit(), m_achievementMgr(this), m_reputationMgr(this)
{
- m_transport = 0;
-
m_speakTime = 0;
m_speakCount = 0;