| 1315 | |
| 1316 | |
| 1317 | FString G_GetDemoPath() |
| 1318 | { |
| 1319 | FString path = M_GetDemoPath(); |
| 1320 | |
| 1321 | path << LumpFilter << '/'; |
| 1322 | CreatePath(path.GetChars()); |
| 1323 | |
| 1324 | return path; |
| 1325 | } |
| 1326 | |
| 1327 | CCMD(printinterface) |
| 1328 | { |
nothing calls this directly
no test coverage detected