mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- Fix for VS 2005 in German and Russian versions
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@805 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" };
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
//RELEASE BUILD VERSION
|
//RELEASE BUILD VERSION
|
||||||
wchar_t zVersionLabel[256] = { L"Release v1.13.804" };
|
wchar_t zVersionLabel[256] = { L"Release v1.13.805" };
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
+1
-1
@@ -546,7 +546,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="libexpatMT.lib winmm.lib smackw32.lib mss32.lib fmodvc.lib"
|
AdditionalDependencies="libexpatMT.lib winmm.lib smackw32.lib mss32.lib fmodvc.lib"
|
||||||
OutputFile="D:\games\Jagged Alliance 2 v1.13\ja2 v1.13.804_EN.exe"
|
OutputFile="D:\games\Jagged Alliance 2 v1.13\ja2 v1.13.805_EN.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\Standard Gaming Platform\"
|
AdditionalLibraryDirectories=".\..\..\Standard Gaming Platform\"
|
||||||
|
|||||||
@@ -1048,7 +1048,7 @@ STR16 sKeyDescriptionStrings[2]=
|
|||||||
};
|
};
|
||||||
|
|
||||||
//The headers used to describe various weapon statistics.
|
//The headers used to describe various weapon statistics.
|
||||||
INT16 gWeaponStatsDesc[][ 14 ] = //USED TO BE 13
|
wchar_t gWeaponStatsDesc[][ 14 ] = //USED TO BE 13
|
||||||
{
|
{
|
||||||
L"Gew. (%s):", //weight
|
L"Gew. (%s):", //weight
|
||||||
L"Status:",
|
L"Status:",
|
||||||
@@ -1068,7 +1068,7 @@ INT16 gWeaponStatsDesc[][ 14 ] = //USED TO BE 13
|
|||||||
};
|
};
|
||||||
|
|
||||||
//The headers used for the merc's money.
|
//The headers used for the merc's money.
|
||||||
INT16 gMoneyStatsDesc[][ 13 ] =
|
wchar_t gMoneyStatsDesc[][ 13 ] =
|
||||||
{
|
{
|
||||||
L"Betrag",
|
L"Betrag",
|
||||||
L"Verbleibend:", //this is the overall balance
|
L"Verbleibend:", //this is the overall balance
|
||||||
@@ -1104,12 +1104,12 @@ STR16 gzMoneyAmounts[6] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
|
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
|
||||||
INT16 gzProsLabel[10] =
|
wchar_t gzProsLabel[10] =
|
||||||
{
|
{
|
||||||
L"Pro:",
|
L"Pro:",
|
||||||
};
|
};
|
||||||
|
|
||||||
INT16 gzConsLabel[10] =
|
wchar_t gzConsLabel[10] =
|
||||||
{
|
{
|
||||||
L"Kontra:",
|
L"Kontra:",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1072,7 +1072,7 @@ STR16 sKeyDescriptionStrings[2] =
|
|||||||
|
|
||||||
//The headers used to describe various weapon statistics.
|
//The headers used to describe various weapon statistics.
|
||||||
|
|
||||||
INT16 gWeaponStatsDesc[][ 14 ] =
|
wchar_t gWeaponStatsDesc[][ 14 ] =
|
||||||
{
|
{
|
||||||
L"Âåñ (%s):",
|
L"Âåñ (%s):",
|
||||||
L"Ñòàòóñ:",
|
L"Ñòàòóñ:",
|
||||||
@@ -1093,7 +1093,7 @@ INT16 gWeaponStatsDesc[][ 14 ] =
|
|||||||
|
|
||||||
//The headers used for the merc's money.
|
//The headers used for the merc's money.
|
||||||
|
|
||||||
INT16 gMoneyStatsDesc[][ 13 ] =
|
wchar_t gMoneyStatsDesc[][ 13 ] =
|
||||||
{
|
{
|
||||||
L"Êîë-âî",
|
L"Êîë-âî",
|
||||||
L"Îñòàëîñü:", //this is the overall balance
|
L"Îñòàëîñü:", //this is the overall balance
|
||||||
@@ -1131,12 +1131,12 @@ STR16 gzMoneyAmounts[6] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
|
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
|
||||||
INT16 gzProsLabel[10] =
|
wchar_t gzProsLabel[10] =
|
||||||
{
|
{
|
||||||
L"Çà:",
|
L"Çà:",
|
||||||
};
|
};
|
||||||
|
|
||||||
INT16 gzConsLabel[10] =
|
wchar_t gzConsLabel[10] =
|
||||||
{
|
{
|
||||||
L"Ïðîò:",
|
L"Ïðîò:",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user