Skip to content

Commit

Permalink
DOS: all done, green light for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky committed Jun 9, 2020
1 parent 281b6f3 commit 4889189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,17 +1302,15 @@ void D_DoomMain (void)

// init subsystems
printf(english_language ?
"V_Init: allocate screens.\n" :
"V_Init: Allocate screens.\n" :
"V_Init: Ž¡­ à㦥­¨¥ íªà ­®¢.\n");
V_Init();

// [JN] We have to load variables first for proper
// language on startup screens.
printf(english_language ?
"M_LoadDefaults: Load system defaults.\n" :
"M_LoadDefaults: ‡ £à㧪  á¨á⥬­ëå áâ ­¤ à⮢.\n");
// [JN] We *have* to load variables first for proper
// language on startup screens. Moved above.
// M_LoadDefaults(); // load before initing other systems


printf(english_language ?
"Z_Init: Init zone memory allocation daemon. \n" :
Expand Down
4 changes: 2 additions & 2 deletions rd_lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -2007,8 +2007,8 @@ PRESSYN_RUS
// Žâ®¡à ¦¥­¨¥ ¢¥àᨨ ¯à®¥ªâ 
//

#define STSTR_VERSION "VERSION 1.8 (YYYY-MM-DD)"
#define STSTR_VERSION_RUS "DTHCBZ 1>8 (UUUU-VV-LL)"
#define STSTR_VERSION "VERSION 1.8 (2020-06-09)"
#define STSTR_VERSION_RUS "DTHCBZ 1>8 (2020-06-09)"


#endif

0 comments on commit 4889189

Please sign in to comment.