mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
GitHub Workflow improvements (#59)
* GitHub Workflow improvements - Automatically pre-release master as "latest" - Build all languages - Parallelize workflow - Support tag based releases * GitHub Workflow: Added support for ja2ubmapeditor.
This commit is contained in:
+1
-1
@@ -4573,7 +4573,7 @@ BOOLEAN IsDriveLetterACDromDrive( STR pDriveLetter )
|
||||
void DisplayGameSettings( )
|
||||
{
|
||||
//Display the version number
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"%s: %s (%S) %s", pMessageStrings[ MSG_VERSION ], zVersionLabel, czVersionNumber, zRevisionNumber );
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"%s: %s %S %s", pMessageStrings[ MSG_VERSION ], zProductLabel, czVersionString, zBuildInformation );
|
||||
|
||||
//Display the difficulty level
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"%s: %s", gzGIOScreenText[ GIO_DIF_LEVEL_TEXT ], zDiffSetting[gGameOptions.ubDifficultyLevel].szDiffName );
|
||||
|
||||
Reference in New Issue
Block a user