Skip to content

Commit 7e86181

Browse files
Merge branch 'master' into server
2 parents e2206f8 + a794cfe commit 7e86181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gframe/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ bool Game::Initialize() {
271271
SetWindowsIcon();
272272
//main menu
273273
wchar_t strbuf[256];
274-
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Antifan", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
274+
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Loschen", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
275275
wMainMenu = env->addWindow(irr::core::rect<irr::s32>(370, 200, 650, 415), false, strbuf);
276276
wMainMenu->getCloseButton()->setVisible(false);
277277
btnLanMode = env->addButton(irr::core::rect<irr::s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));

0 commit comments

Comments
 (0)