From c6d1303d171c9fa1dcd72b64c406097d218639bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 10 Apr 2014 21:12:47 +0200 Subject: [PATCH] ProcessMapcell implementiert --- src/Parser.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Parser.cs b/src/Parser.cs index ed1b30b..5d7da08 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -240,6 +240,11 @@ namespace WorldOfPeacecraft int y = playerBlock.GetIntValue ("y"); //Player p = new Player(points, id, busy, desc, x, y,); } + + private void ProcessMapcell (Block mapcellBlock) + { + backend.getMapObject().SetTile(MapMapcell(mapcellBlock)); + } private void ProcessYourid (Block yourIdBlock) {