| 1516 | } |
| 1517 | |
| 1518 | void DemoReadUnattachObj(void) { |
| 1519 | int16_t old_objnum = cf_ReadShort(Demo_cfp); |
| 1520 | int16_t unattach_objnum = Demo_obj_map[old_objnum]; |
| 1521 | UnattachFromParent(&Objects[unattach_objnum]); |
| 1522 | } |
| 1523 | |
| 1524 | // Display options and statistics after displaying a demofile |
| 1525 | void DemoPostPlaybackMenu(void) { |
no test coverage detected