- 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

View file

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