| 971 | } |
| 972 | |
| 973 | int CCollision::GetFrontTileIndex(int Index) const |
| 974 | { |
| 975 | if(Index < 0 || !m_pFront) |
| 976 | return 0; |
| 977 | return m_pFront[Index].m_Index; |
| 978 | } |
| 979 | |
| 980 | int CCollision::GetTileFlags(int Index) const |
| 981 | { |
no outgoing calls
no test coverage detected