mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Source v1.13 Mod High Resolution version from 2006-04-16
********************************************************* * 2006/04/16 * * RoWa21 * * Developed in VS 2003 * ********************************************************* - Updated the language files in the utils project from lalienxx git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@26 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -598,6 +598,35 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Annulla", // cancel this menu
|
||||
};
|
||||
|
||||
//lal
|
||||
STR16 pMilitiaControlMenuStrings[] =
|
||||
{
|
||||
L"Attack", // set militia to aggresive
|
||||
L"Hold Position", // set militia to stationary
|
||||
L"Retreat", // retreat militia
|
||||
L"Come to me", // retreat militia
|
||||
L"Get down", // retreat militia
|
||||
L"Take cover",
|
||||
L"All: Attack",
|
||||
L"All: Hold Position",
|
||||
L"All: Retreat",
|
||||
L"All: Come to me",
|
||||
L"All: Get down",
|
||||
L"All: Take cover",
|
||||
L"All: Find items",
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
|
||||
//STR16 pTalkToAllMenuStrings[] =
|
||||
//{
|
||||
// L"Attack", // set militia to aggresive
|
||||
// L"Hold Position", // set militia to stationary
|
||||
// L"Retreat", // retreat militia
|
||||
// L"Come to me", // retreat militia
|
||||
// L"Get down", // retreat militia
|
||||
// L"Cancel", // cancel this menu
|
||||
//};
|
||||
|
||||
STR16 pRemoveMercStrings[] =
|
||||
{
|
||||
L"Rimuovi Mercenario", // remove dead merc from current team
|
||||
|
||||
Reference in New Issue
Block a user