1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +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

@ -243,7 +243,7 @@ int3 CGObjectInstance::getSightCenter() const
return visitablePos();
}
int CGObjectInstance::getSightRadious() const
int CGObjectInstance::getSightRadius() const
{
return 3;
}