mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- Replaced all "Jagged Alliance 2" strings to "Jagged Alliance 2 v1.13"
- Added missing tooltip text for Enhanced Desription Box in the settings - New Release build 2415 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2415 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -456,11 +456,11 @@ void CrippledVersionEndGameCheck()
|
||||
|
||||
if( guiDay >= 8 )
|
||||
{
|
||||
swprintf( zString, L"Game Over. We hope you have enjoyed playing the limited version of Jagged Alliance 2." );
|
||||
swprintf( zString, L"Game Over. We hope you have enjoyed playing the limited version of Jagged Alliance 2 v1.13." );
|
||||
}
|
||||
else
|
||||
{
|
||||
swprintf( zString, L"You have %d game days left in this limited version of Jagged Alliance 2.", ( 8 - guiDay ) );
|
||||
swprintf( zString, L"You have %d game days left in this limited version of Jagged Alliance 2 v1.13.", ( 8 - guiDay ) );
|
||||
}
|
||||
|
||||
DoScreenIndependantMessageBox( zString, MSG_BOX_FLAG_OK, CrippledVersionEndGameCheckCallBack );
|
||||
|
||||
Reference in New Issue
Block a user