fix comment
This commit is contained in:
parent
14a0e3744f
commit
5a3eec5398
1 changed files with 2 additions and 2 deletions
|
@ -1105,9 +1105,9 @@ public:
|
|||
/**
|
||||
* Gets how far a unit can move.
|
||||
*
|
||||
* @param base_value If true, consider the `incapacitated` flag.
|
||||
* @param base_value If false, consider the `incapacitated` flag.
|
||||
*
|
||||
* @returns If @a base_value is false, the raw value is returned.
|
||||
* @returns If @a base_value is true, the raw value is returned.
|
||||
*/
|
||||
int movement_left(bool base_value) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue