mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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:
@@ -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:",
|
||||
};
|
||||
|
||||
@@ -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"Ïðîò:",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user