| 231 | } |
| 232 | |
| 233 | inline bool Game_Player::IsMapCompatibleWithSave(int map_save_count) const { |
| 234 | return data()->map_save_count == map_save_count; |
| 235 | } |
| 236 | |
| 237 | inline bool Game_Player::IsDatabaseCompatibleWithSave(int database_save_count) const { |
| 238 | return data()->database_save_count == database_save_count; |
no outgoing calls
no test coverage detected