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:
@ -243,7 +243,7 @@ int3 CGObjectInstance::getSightCenter() const
|
||||
return visitablePos();
|
||||
}
|
||||
|
||||
int CGObjectInstance::getSightRadious() const
|
||||
int CGObjectInstance::getSightRadius() const
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user