From ad4b0d0b8e32e61798ade9c256f850e8f96575f3 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 1 Oct 2008 18:04:15 +0000 Subject: Possible fix for the arrow crashing bug. Confirmation needed. --- src/map.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index ef622ad0..3adc3498 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -24,7 +24,6 @@ #include "map.h" #include -#include #include "beingmanager.h" #include "configuration.h" @@ -223,9 +222,9 @@ void Map::draw(Graphics *graphics, int scrollX, int scrollY) for (; layeri != mLayers.end(); ++layeri) { (*layeri)->draw(graphics, - startX, startY, endX, endY, - scrollX, scrollY, - mSprites); + startX, startY, endX, endY, + scrollX, scrollY, + mSprites); } drawOverlay(graphics, scrollX, scrollY, @@ -339,8 +338,6 @@ void Map::removeSprite(SpriteIterator iterator) mSprites.erase(iterator); } -static int const basicCost = 100; - Path Map::findPath(int startX, int startY, int destX, int destY) { // Path to be built up (empty by default) -- cgit v1.2.3-70-g09d2