1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Rename radious -> radius

There is no such English word, "radious"
Some files get new lines in the end - BSD sed bug + best practices
This commit is contained in:
Vadim Markovtsev
2016-01-31 18:01:58 +03:00
parent 4352f49a1d
commit 3926920103
28 changed files with 47 additions and 47 deletions

View File

@@ -143,7 +143,7 @@ public:
/// Returns true if player can pass through visitable tiles of this object
virtual bool passableFor(PlayerColor color) const;
/// Range of revealed map around this object, counting from getSightCenter()
virtual int getSightRadious() const;
virtual int getSightRadius() const;
/// returns (x,y,0) offset to a visitable tile of object
virtual int3 getVisitableOffset() const;
/// Called mostly during map randomization to turn random object into a regular one (e.g. "Random Monster" into "Pikeman")