| 1564 | } |
| 1565 | |
| 1566 | void DeleteCheatFont() |
| 1567 | { |
| 1568 | if (!hCheat && !hGGConv) |
| 1569 | { |
| 1570 | DeleteObject(hFont); |
| 1571 | DeleteObject(hNewFont); |
| 1572 | hFont = NULL; |
| 1573 | hNewFont = NULL; |
| 1574 | } |
| 1575 | } |
| 1576 | |
| 1577 | void CreateCheatMap() |
| 1578 | { |
no outgoing calls
no test coverage detected