mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user