mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-22 08:50:18 +01:00
Compare commits
No commits in common. "2abcaac4372c2a1014daa97bef3c713aa97e1b83" and "e020c0fe330ec2f9fd7d19d59eee3e4318e3652f" have entirely different histories.
2abcaac437
...
e020c0fe33
4 changed files with 1 additions and 5 deletions
Binary file not shown.
|
@ -92,8 +92,6 @@ LanguageMenuEntry options::LanguageMenu[]
|
|||
{L"한국어", Languages::Korean},
|
||||
{L"Nederlands", Languages::Dutch},
|
||||
{L"Norsk", Languages::Norwegian},
|
||||
{L"Svenska", Languages::Swedish},
|
||||
{L"Türkçe", Languages::Turkish},
|
||||
};
|
||||
|
||||
void options::ReadOptions()
|
||||
|
|
|
@ -26,8 +26,6 @@ enum class Languages
|
|||
Korean = MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN),
|
||||
Dutch = MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH),
|
||||
Norwegian = MAKELANGID(LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL),
|
||||
Swedish = MAKELANGID(LANG_SWEDISH, SUBLANG_SWEDISH),
|
||||
Turkish = MAKELANGID(LANG_TURKISH, SUBLANG_TURKISH_TURKEY),
|
||||
};
|
||||
|
||||
struct LanguageMenuEntry
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
#define DLG_HIGHSCORES_EditName5 605
|
||||
#define Menu1_AlternativeRender 601
|
||||
#define Menu1_Language 700
|
||||
#define Menu1_LanguageMax 724
|
||||
#define Menu1_LanguageMax 722
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue