Merge branch 'master' of manuel-voegele.de:inf3

This commit is contained in:
Wafa Sadri
2014-04-11 11:36:16 +02:00

View File

@@ -262,13 +262,7 @@ namespace WorldOfPeacecraft
private void ProcessPlayer (Block playerBlock)
{
int points = playerBlock.GetIntValue ("points");
int id = playerBlock.GetIntValue ("id");
bool busy = playerBlock.GetBoolValue ("busy");
string desc = playerBlock.GetStringValue ("desc");
int x = playerBlock.GetIntValue ("x");
int y = playerBlock.GetIntValue ("y");
//Player p = new Player(points, id, busy, desc, x, y,);
backend.SetPlayer(MapPlayer(playerBlock));
}
private void ProcessMapcell (Block mapcellBlock)