[10681] Added new Cell::Visit* functions to visit grids with center in (x,y) coords

* This fixes possible problems with Spell::FillAreaTargets(center of search should be (x,y) position, not spell caster's position)
* Cleanup Cell class, removed old and unused code
This commit is contained in:
SilverIce 2010-11-04 21:45:49 +02:00
parent ef8789f780
commit 225b4db1ca
5 changed files with 62 additions and 178 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10680"
#define REVISION_NR "10681"
#endif // __REVISION_NR_H__