| 425 | { |
| 426 | if ( pMap->GetMapResourceID() == mapResourceID ) |
| 427 | { |
| 428 | return true; |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | return false; |
| 433 | } |
| 434 | |
| 435 | bool EntityWorld::HasMap( EntityMapID const& mapID ) const |
| 436 | { |
| 437 | for ( auto const& pMap : m_maps ) |
| 438 | { |
no test coverage detected