mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Rename int3::valid to isValid for consistency
This commit is contained in:
@@ -41,7 +41,7 @@ struct GraphPathNodePointer
|
||||
|
||||
bool valid() const
|
||||
{
|
||||
return coord.valid();
|
||||
return coord.isValid();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user