1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-05 16:00:15 +02:00

Added Hebrew translation.

Switched to MessageBoxW in some places.
This commit is contained in:
Muzychenko Andrey 2021-10-31 13:18:21 +03:00
parent 1c1fbcb811
commit 1428fb3770
7 changed files with 23 additions and 12 deletions

View file

@ -49,7 +49,7 @@ int Sound::Init(HINSTANCE hInstance, int voices, void (* someFuncPtr)(int, MIXWA
{
/*FT does not have the file, defaults work OK*/
if (!pb::FullTiltMode)
MessageBoxA(winmain::hwnd_frame, pinball::get_rc_string(42, 0), "", 0x2000u);
MessageBoxW(winmain::hwnd_frame, pinball::get_rc_Wstring(42, 0), L"", 0x2000u);
}
WndClass.style = 0;