mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- 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…
Reference in a new issue