1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-11-22 08:50:18 +01:00

Compare commits

..

No commits in common. "09c62f5909ce11b74a0a4f2c146e0a5b43e25dc5" and "502fc71afc4d4637c6c3c43c0f770a3f5c03fe1c" have entirely different histories.

5 changed files with 1 additions and 11 deletions

View file

@ -457,12 +457,6 @@ void gdrv::grtext_draw_ttext_in_box(LPCSTR text, int xOff, int yOff, int width,
case Languages::Russian:
charset = RUSSIAN_CHARSET;
break;
case Languages::TraditionalChinese:
charset = CHINESEBIG5_CHARSET;
break;
case Languages::SimplifiedChinese:
charset = GB2312_CHARSET;
break;
}
// Default font does not scale well

View file

@ -72,8 +72,6 @@ LanguageMenuEntry options::LanguageMenu[]
{
{L"English", Languages::English},
{L"Русский", Languages::Russian},
{L"简化字", Languages::SimplifiedChinese},
{L"正體字", Languages::TraditionalChinese},
};
void options::ReadOptions()

View file

@ -6,8 +6,6 @@ enum class Languages
{
English = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
Russian = MAKELANGID(LANG_RUSSIAN, SUBLANG_DEFAULT),
TraditionalChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL),
SimplifiedChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED),
};
struct LanguageMenuEntry

View file

@ -242,7 +242,7 @@
#define DLG_HIGHSCORES_EditName5 605
#define Menu1_AlternativeRender 601
#define Menu1_Language 700
#define Menu1_LanguageMax 704
#define Menu1_LanguageMax 702
// Next default values for new objects
//