diff options
author | silver1ce <none@none> | 2010-02-27 15:51:26 +0200 |
---|---|---|
committer | silver1ce <none@none> | 2010-02-27 15:51:26 +0200 |
commit | e010310c6dff74e04d218cb7279e295897285673 (patch) | |
tree | ec831d31c76ef65d7144203413b32734d97a25d8 /src | |
parent | fcaa318fb36aca077ca9ba5bfe2707ae0fcbd377 (diff) |
removed redundant linking
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 52cef896809..fb452c95836 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -421,7 +421,6 @@ bool Map::Add(Player *player) return false; } - player->GetMapRef().link(this, player); player->SetMap(this); Cell cell(p); |