diff --git a/Standard Gaming Platform/video.cpp b/Standard Gaming Platform/video.cpp index f619675d..f408450d 100644 --- a/Standard Gaming Platform/video.cpp +++ b/Standard Gaming Platform/video.cpp @@ -273,12 +273,12 @@ BOOLEAN InitializeVideoManager(HINSTANCE hInstance, UINT16 usCommandShow, void * ptWindowSize.x = window.right; ptWindowSize.y = window.bottom; - hWindow = CreateWindowEx(exstyle, (LPCSTR) ClassName, "Jagged Alliance 2 v1.13", style, window.left, window.top, window.right, window.bottom, NULL, NULL, hInstance, NULL); + hWindow = CreateWindowEx(exstyle, (LPCSTR) ClassName, "Jagged Alliance 2", style, window.left, window.top, window.right, window.bottom, NULL, NULL, hInstance, NULL); GetClientRect( hWindow, &window); window.top = window.top; } else - hWindow = CreateWindowEx(WS_EX_TOPMOST, (LPCSTR) ClassName, (LPCSTR)ClassName, WS_POPUP | WS_VISIBLE, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, NULL, NULL, hInstance, NULL); + hWindow = CreateWindowEx(WS_EX_TOPMOST, (LPCSTR) ClassName, "Jagged Alliance 2", WS_POPUP | WS_VISIBLE, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, NULL, NULL, hInstance, NULL); if (hWindow == NULL) { @@ -644,7 +644,6 @@ BOOLEAN InitializeVideoManager(HINSTANCE hInstance, UINT16 usCommandShow, void * if (GetRGBDistribution() == FALSE) return FALSE; - return TRUE; } diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 4d8e3d72..9245fc03 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -4463,7 +4463,7 @@ STR16 gszMPMapscreenText[] = L"Söldner: ", L"Sie können die Startposition nicht mehr ändern, sobald der Laptop freigeschaltet ist", L"Sie können die Teams nicht mehr ändern, sobald der Laptop freigeschaltet ist", - L"Zufällige Soldner: ", + L"Zufällige Söldner: ", L"J", L"Schwierigkeit:" };