| 175 | } |
| 176 | |
| 177 | void con_Defer() { |
| 178 | if (!Con_init) { |
| 179 | // the console hasn't been initialized yet |
| 180 | return; |
| 181 | } |
| 182 | commands[Console_mode].con_Defer(); |
| 183 | } |
| 184 | |
| 185 | bool con_Create(int flags) { |
| 186 | // determine what type of console to open up |