| 4204 | } |
| 4205 | |
| 4206 | bool Engine::GetSplitScreen() const { |
| 4207 | return forced_split_screen_mode == kForcedModeSplit || (forced_split_screen_mode == kForcedModeNone && Graphics::Instance()->config_.split_screen()); |
| 4208 | } |
| 4209 | |
| 4210 | static const int kCollisionNormalVersion = 2; |
| 4211 | static const char* kCollisionNormalIdentifier = "overgrowth_level_collision_normals"; |
no test coverage detected