mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-11-05 02:30:17 +01:00
Compare commits
No commits in common. "b4a85bcf2f36ba53a818df0970f8dc5256d7be26" and "09668f34687807c903a8361e058565abcbe603f4" have entirely different histories.
b4a85bcf2f
...
09668f3468
4 changed files with 1 additions and 7 deletions
Binary file not shown.
|
|
@ -80,9 +80,6 @@ LanguageMenuEntry options::LanguageMenu[]
|
|||
{L"Français", Languages::French},
|
||||
{L"Italiano", Languages::Italian},
|
||||
{L"Magyar", Languages::Hungarian},
|
||||
{L"Portugues do Brasil", Languages::BrazilianPortuguese},
|
||||
{L"Čeština" , Languages::Czech},
|
||||
{L"Dansk" , Languages::Danish},
|
||||
};
|
||||
|
||||
void options::ReadOptions()
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@ enum class Languages
|
|||
French = MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH),
|
||||
Italian = MAKELANGID(LANG_ITALIAN, SUBLANG_ITALIAN),
|
||||
Hungarian = MAKELANGID(LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY),
|
||||
BrazilianPortuguese = MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN),
|
||||
Czech = MAKELANGID(LANG_CZECH, SUBLANG_CZECH_CZECH_REPUBLIC),
|
||||
Danish = MAKELANGID(LANG_DANISH, SUBLANG_DANISH_DENMARK),
|
||||
};
|
||||
|
||||
struct LanguageMenuEntry
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@
|
|||
#define DLG_HIGHSCORES_EditName5 605
|
||||
#define Menu1_AlternativeRender 601
|
||||
#define Menu1_Language 700
|
||||
#define Menu1_LanguageMax 713
|
||||
#define Menu1_LanguageMax 710
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue