| 698 | } |
| 699 | |
| 700 | void CLevel::GetGameDateTime(u32& year, u32& month, u32& day, u32& hours, u32& mins, u32& secs, u32& milisecs) |
| 701 | { |
| 702 | split_time(GetGameTime(), year, month, day, hours, mins, secs, milisecs); |
| 703 | } |
| 704 | |
| 705 | float CLevel::GetGameTimeFactor() |
| 706 | { |
nothing calls this directly
no test coverage detected