| 427 | } |
| 428 | |
| 429 | void CStats::OnDeviceCreate() |
| 430 | { |
| 431 | pFont = xr_new<CGameFont>("stat_font", CGameFont::fsDeviceIndependent); |
| 432 | pFontHW = xr_new<CGameFont>("stat_font", CGameFont::fsDeviceIndependent); |
| 433 | } |
| 434 | |
| 435 | void CStats::OnDeviceDestroy() |
| 436 | { |
no outgoing calls
no test coverage detected