| 144 | } |
| 145 | |
| 146 | static VOID SwitchToGraphics(VOID) |
| 147 | { |
| 148 | if (AllowGraphicsMode && !egIsGraphicsModeEnabled()) { |
| 149 | InitScreen(FALSE); |
| 150 | egSetGraphicsModeEnabled(TRUE); |
| 151 | GraphicsScreenDirty = TRUE; |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | // |
| 156 | // Screen control for running tools |
no test coverage detected