From fd1cd7efc7a39164a6700679be14f88b7d131c1c Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sun, 6 Jun 2010 11:10:09 +0100 Subject: [PATCH] Remove scenery rending from Map::renderSector --- src/Map.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Map.cpp b/src/Map.cpp index b510bdf..70d86b8 100644 --- a/src/Map.cpp +++ b/src/Map.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2009 Nick Gasson +// Copyright (C) 2009-2010 Nick Gasson // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -806,10 +806,6 @@ void Map::renderSector(IGraphicsPtr aContext, int id, if (startLocation.x == x && startLocation.y == y && shouldDrawGridLines) drawStartLocation(); - - // Draw any scenery - //if (tile.scenery) - // tile.scenery->render(); } } } -- 2.39.2