| 1058 | } |
| 1059 | |
| 1060 | int levelgoals::GetActiveSecondaryGoal(int s_index) { |
| 1061 | if (s_index < 0 || s_index >= m_num_active_secondaries) |
| 1062 | return -1; |
| 1063 | |
| 1064 | return m_active_secondaries[s_index]; |
| 1065 | } |
| 1066 | |
| 1067 | void levelgoals::DoFrame() { |
| 1068 | int i; |
no outgoing calls
no test coverage detected