mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
vcmi: massive refactoring v1
This commit is contained in:
@ -86,7 +86,7 @@ bool PlayerState::isHuman() const
|
||||
return human;
|
||||
}
|
||||
|
||||
const IBonusBearer * PlayerState::accessBonuses() const
|
||||
const IBonusBearer * PlayerState::getBonusBearer() const
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user