mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Remove the virtual keyword since this is a helper-function not used by the interface. Refs #3215.
This was SVN commit r17663.
This commit is contained in:
parent
8d2a73bf52
commit
8827db201a
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ public:
|
|||
return GetEntitiesByMask(((1 << MAX_LOS_PLAYER_ID) - 1) << 1);
|
||||
}
|
||||
|
||||
virtual std::vector<entity_id_t> GetEntitiesByMask(u32 ownerMask)
|
||||
std::vector<entity_id_t> GetEntitiesByMask(u32 ownerMask)
|
||||
{
|
||||
std::vector<entity_id_t> entities;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue