| 82 | } |
| 83 | |
| 84 | CGamePersistent::~CGamePersistent(void) |
| 85 | { |
| 86 | FS.r_close(pDemoFile); |
| 87 | Device.seqFrame.Remove(this); |
| 88 | Engine.Event.Handler_Detach(eDemoStart, this); |
| 89 | Engine.Event.Handler_Detach(eQuickLoad, this); |
| 90 | } |
| 91 | |
| 92 | void CGamePersistent::RegisterModel(IRenderVisual* V) |
| 93 | { |
nothing calls this directly
no test coverage detected