mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qwaq] Disable console screen view set for now
The renderer currently does not have a view, and the qwaq console isn't used right now anyway.
This commit is contained in:
parent
036afba23d
commit
e504079938
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ BI_Graphics_Init (progs_t *pr)
|
|||
con_module->data->console->frametime = &con_frametime;
|
||||
con_module->data->console->quit = quit_f;
|
||||
con_module->data->console->cbuf = qwaq_cbuf;
|
||||
con_module->data->console->screen_view = r_data->scr_view;
|
||||
//con_module->data->console->screen_view = r_data->scr_view;
|
||||
}
|
||||
//Key_SetKeyDest (key_game);
|
||||
|
||||
|
|
Loading…
Reference in a new issue