Rev 136 | Rev 161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 136 | Rev 140 | ||
---|---|---|---|
Line 1180... | Line 1180... | ||
1180 | Debug_Log (L"===Game starting and local player is not white and should be (or is white and should not be), swapping sides===\n"); |
1180 | Debug_Log (L"===Game starting and local player is not white and should be (or is white and should not be), swapping sides===\n"); |
1181 | the_board.want_playerswap = true; // swap sides |
1181 | the_board.want_playerswap = true; // swap sides |
1182 | } |
1182 | } |
1183 | 1183 | ||
1184 | // display the game starting message notification |
1184 | // display the game starting message notification |
1185 | Scene_SetText (&the_scene.gui.central_text, 50.0f, 50.0f, -1, ALIGN_CENTER, ALIGN_CENTER, ALIGN_CENTER, centermsg_fontindex, RGBA_TO_RGBACOLOR (255, 255, 255, 191), |
- | |
1186 |
|
1185 | Scene_UpdateText (&the_scene.gui.central_text, RGBA_TO_RGBACOLOR (255, 255, 255, 191), 5.0f, true, L"\n\n\n\n\n%s\n%s (%s) %s %s (%s)", LOCALIZE (L"NewGame_Title"), white_name, LOCALIZE (L"Games_White"), LOCALIZE (L"Versus"), black_name, LOCALIZE (L"Games_Black")); |
1187 | 1186 | ||
1188 | // close any possible singleton window |
1187 | // close any possible singleton window |
1189 | if (IsWindow (hChatterChannelsWnd)) |
1188 | if (IsWindow (hChatterChannelsWnd)) |
1190 | DestroyWindow (hChatterChannelsWnd); |
1189 | DestroyWindow (hChatterChannelsWnd); |
1191 | if (IsWindow (hGamesWnd)) |
1190 | if (IsWindow (hGamesWnd)) |