- hooked up graphical start screens with the in-game renderer.

This commit is contained in:
Christoph Oelckers 2022-05-19 00:34:44 +02:00
commit 59cddf1601
14 changed files with 74 additions and 64 deletions

View file

@ -393,8 +393,7 @@ FRenderer* SWRenderer;
void R_Init ()
{
StartScreen->Progress();
R_InitTranslationTables ();
//R_InitTranslationTables ();
R_SetViewSize (screenblocks);
if (SWRenderer == NULL)