GameExecutable: Replace 4-spaced tabs with 2-spaced.

This commit is contained in:
zcaliptium 2016-03-31 23:27:11 +03:00
parent 80471f5041
commit 4cb76b506f
49 changed files with 5046 additions and 5044 deletions

View File

@ -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