mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Fix: CTD on MeLoDY website if player has no active mercs
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7249 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2765,6 +2765,9 @@ enum
|
||||
TEXT_MERCCOMPARE_DROPDOWNTEXT = TEXT_MERCCOMPARE_QUOTE1 + 2 * TEXT_MERCCOMPARE_CUSTOMERSTATEMENTS,
|
||||
TEXT_MERCCOMPARE_DROPDOWNTEXT_MATRIX,
|
||||
|
||||
// error messages
|
||||
TEXT_MERCCOMPARE_ERROR_NOBODYTHERE,
|
||||
|
||||
TEXT_MERCCOMPARE_MAX,
|
||||
};
|
||||
|
||||
|
||||
@@ -8615,6 +8615,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8629,6 +8629,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8613,6 +8613,9 @@ STR16 szMercCompareWebSite[] =
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8614,6 +8614,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8443,6 +8443,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8621,6 +8621,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8638,6 +8638,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8618,6 +8618,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
@@ -8629,6 +8629,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
L"Choose your squad",
|
||||
|
||||
// error messages
|
||||
L"You currently have no employees at their workplace. Sub-par morale often results in a high rate of absent staff.",
|
||||
};
|
||||
|
||||
STR16 szMercCompareEventText[]=
|
||||
|
||||
Reference in New Issue
Block a user