- added TRNSLATE lump for defining global translations which are accessible by name.

This is only the definition part, manipulation functions for ACS and DECORATE still to do.
This commit is contained in:
Christoph Oelckers 2016-10-02 13:35:25 +02:00
commit a505e91032
4 changed files with 104 additions and 11 deletions

View file

@ -2439,6 +2439,7 @@ void D_DoomMain (void)
if (!batchrun) Printf ("ParseTeamInfo: Load team definitions.\n");
TeamLibrary.ParseTeamInfo ();
R_ParseTrnslate();
PClassActor::StaticInit ();
// [GRB] Initialize player class list