mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +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:
+2
-4
@@ -379,12 +379,10 @@ UINT32 InitScreenHandle(void)
|
||||
SetFontBackground( FONT_MCOLOR_BLACK );
|
||||
SetFontForeground( FONT_MCOLOR_WHITE );
|
||||
|
||||
//mprintf( 10, 420, zVersionLabel );
|
||||
|
||||
#ifdef _DEBUG
|
||||
mprintf( 10, 10, L"%s: %s Debug %S %s", pMessageStrings[ MSG_VERSION ], zVersionLabel, czVersionNumber, zRevisionNumber );
|
||||
mprintf( 10, 10, L"%s: %s Debug %S %s", pMessageStrings[ MSG_VERSION ], zProductLabel, czVersionString, zBuildInformation );
|
||||
#else
|
||||
mprintf( 10, 10, L"%s: %s %S %s", pMessageStrings[ MSG_VERSION ], zVersionLabel, czVersionNumber, zRevisionNumber );
|
||||
mprintf( 10, 10, L"%s: %s %S %s", pMessageStrings[ MSG_VERSION ], zProductLabel, czVersionString, zBuildInformation );
|
||||
#endif
|
||||
|
||||
#if defined JA2BETAVERSION
|
||||
|
||||
Reference in New Issue
Block a user