mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- Added options for delaying veteran militia training and mobile militia training. - Added cost modifiers to promoting green militia to regular and promoting regular to veteran.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@595 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -286,7 +286,7 @@ UINT32 ErrorScreenHandle(void)
|
||||
mprintf( 50, 255, L"%S", gubErrorText );
|
||||
SetFontForeground( FONT_LTRED );
|
||||
|
||||
/*
|
||||
|
||||
#ifdef JA2BETAVERSION
|
||||
|
||||
if( gubAssertString[0] )
|
||||
@@ -295,7 +295,7 @@ UINT32 ErrorScreenHandle(void)
|
||||
DisplayWrappedString( 50, 270, 560, 2, FONT12ARIAL, FONT_RED, str, FONT_BLACK, TRUE, LEFT_JUSTIFIED );
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
if ( !fFirstTime )
|
||||
{
|
||||
DebugMsg(TOPIC_JA2, DBG_LEVEL_0, String( "Runtime Error: %s ", gubErrorText ) );
|
||||
|
||||
Reference in New Issue
Block a user