- re-enabled translation initialization.
This had been commented out for testing and was forgotten.
This commit is contained in:
parent
4cb7c70e27
commit
7e57aeb24a
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ FRenderer* SWRenderer;
|
|||
|
||||
void R_Init ()
|
||||
{
|
||||
//R_InitTranslationTables ();
|
||||
R_InitTranslationTables ();
|
||||
R_SetViewSize (screenblocks);
|
||||
|
||||
if (SWRenderer == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue