- 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:
lalien
2007-03-29 11:43:29 +00:00
parent 9467b5b6a7
commit 127c4933f5
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1048,7 +1048,7 @@ STR16 sKeyDescriptionStrings[2]=
};
//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"Status:",
@@ -1068,7 +1068,7 @@ INT16 gWeaponStatsDesc[][ 14 ] = //USED TO BE 13
};
//The headers used for the merc's money.
INT16 gMoneyStatsDesc[][ 13 ] =
wchar_t gMoneyStatsDesc[][ 13 ] =
{
L"Betrag",
L"Verbleibend:", //this is the overall balance
@@ -1104,12 +1104,12 @@ STR16 gzMoneyAmounts[6] =
};
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
INT16 gzProsLabel[10] =
wchar_t gzProsLabel[10] =
{
L"Pro:",
};
INT16 gzConsLabel[10] =
wchar_t gzConsLabel[10] =
{
L"Kontra:",
};
+4 -4
View File
@@ -1072,7 +1072,7 @@ STR16 sKeyDescriptionStrings[2] =
//The headers used to describe various weapon statistics.
INT16 gWeaponStatsDesc[][ 14 ] =
wchar_t gWeaponStatsDesc[][ 14 ] =
{
L"Âåñ (%s):",
L"Ñòàòóñ:",
@@ -1093,7 +1093,7 @@ INT16 gWeaponStatsDesc[][ 14 ] =
//The headers used for the merc's money.
INT16 gMoneyStatsDesc[][ 13 ] =
wchar_t gMoneyStatsDesc[][ 13 ] =
{
L"Êîë-âî",
L"Îñòàëîñü:", //this is the overall balance
@@ -1131,12 +1131,12 @@ STR16 gzMoneyAmounts[6] =
};
// short words meaning "Advantages" for "Pros" and "Disadvantages" for "Cons."
INT16 gzProsLabel[10] =
wchar_t gzProsLabel[10] =
{
L"Çà:",
};
INT16 gzConsLabel[10] =
wchar_t gzConsLabel[10] =
{
L"Ïðîò:",
};