mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-03-21 13:50:04 +01:00
GameExecutable: Replace 4-spaced tabs with 2-spaced.
This commit is contained in:
parent
80471f5041
commit
4cb76b506f
@ -141,6 +141,7 @@ void MainWindow_Init(void)
|
|||||||
wc.lpszMenuName = APPLICATION_NAME;
|
wc.lpszMenuName = APPLICATION_NAME;
|
||||||
wc.lpszClassName = APPLICATION_NAME;
|
wc.lpszClassName = APPLICATION_NAME;
|
||||||
wc.hIconSm = NULL;
|
wc.hIconSm = NULL;
|
||||||
|
|
||||||
if (0 == RegisterClassExA(&wc)) {
|
if (0 == RegisterClassExA(&wc)) {
|
||||||
DWORD dwError = GetLastError();
|
DWORD dwError = GetLastError();
|
||||||
CTString strErrorMessage(TRANS("Cannot open main window!"));
|
CTString strErrorMessage(TRANS("Cannot open main window!"));
|
||||||
@ -273,6 +274,7 @@ void OpenMainWindowInvisible(void)
|
|||||||
strError.PrintF("%s Error %d", strErrorMessage, dwError);
|
strError.PrintF("%s Error %d", strErrorMessage, dwError);
|
||||||
FatalError(strError);
|
FatalError(strError);
|
||||||
}
|
}
|
||||||
|
|
||||||
SE_UpdateWindowHandle( _hwndMain);
|
SE_UpdateWindowHandle( _hwndMain);
|
||||||
|
|
||||||
// set window title
|
// set window title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user