- re-enabled translation initialization.

This had been commented out for testing and was forgotten.
This commit is contained in:
Christoph Oelckers 2022-06-06 08:50:27 +02:00
parent 4cb7c70e27
commit 7e57aeb24a
1 changed files with 1 additions and 1 deletions

View File

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