| 708 | } |
| 709 | |
| 710 | void CLevel::SetGameTimeFactor(const float fTimeFactor) |
| 711 | { |
| 712 | game->SetGameTimeFactor(fTimeFactor); |
| 713 | } |
| 714 | |
| 715 | void CLevel::SetGameTimeFactor(ALife::_TIME_ID GameTime, const float fTimeFactor) |
| 716 | { |
no outgoing calls
no test coverage detected