| 995 | } |
| 996 | |
| 997 | void FreeTextContainerIndex(STextContainerIndex &Index) |
| 998 | { |
| 999 | m_vTextContainerIndices[Index.m_Index] = m_FirstFreeTextContainerIndex; |
| 1000 | m_FirstFreeTextContainerIndex = Index.m_Index; |
| 1001 | Index.Reset(); |
| 1002 | } |
| 1003 | |
| 1004 | void FreeTextContainer(STextContainerIndex &Index) |
| 1005 | { |