mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +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.lpszClassName = APPLICATION_NAME;
|
||||
wc.hIconSm = NULL;
|
||||
|
||||
if (0 == RegisterClassExA(&wc)) {
|
||||
DWORD dwError = GetLastError();
|
||||
CTString strErrorMessage(TRANS("Cannot open main window!"));
|
||||
|
@ -273,6 +274,7 @@ void OpenMainWindowInvisible(void)
|
|||
strError.PrintF("%s Error %d", strErrorMessage, dwError);
|
||||
FatalError(strError);
|
||||
}
|
||||
|
||||
SE_UpdateWindowHandle( _hwndMain);
|
||||
|
||||
// set window title
|
||||
|
|
Loading…
Reference in New Issue
Block a user