From e010310c6dff74e04d218cb7279e295897285673 Mon Sep 17 00:00:00 2001 From: silver1ce Date: Sat, 27 Feb 2010 15:51:26 +0200 Subject: [PATCH] removed redundant linking --HG-- branch : trunk --- src/game/Map.cpp | 1 - 1 file changed, 1 deletion(-) 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);