| 1148 | //========================================================================== |
| 1149 | |
| 1150 | int FileSystem::GetFileContainer (int lump) const |
| 1151 | { |
| 1152 | if ((size_t)lump >= FileInfo.size()) |
| 1153 | return -1; |
| 1154 | return FileInfo[lump].rfnum; |
| 1155 | } |
| 1156 | |
| 1157 | //========================================================================== |
| 1158 | // |
no test coverage detected