[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:
Bill Currie 2022-11-01 10:18:47 +09:00
parent 036afba23d
commit e504079938

View file

@ -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);