Reformatted Profile.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
5ccb7dfa93
commit
16e66971d5
1 changed files with 3 additions and 2 deletions
|
@ -255,7 +255,8 @@ BOOL InitializeGame()
|
||||||
if (!TransferStage(13, 200, 10, 8))
|
if (!TransferStage(13, 200, 10, 8))
|
||||||
{
|
{
|
||||||
// TODO - restore this when ghWnd is available
|
// TODO - restore this when ghWnd is available
|
||||||
/*
|
|
||||||
|
/*
|
||||||
|
|
||||||
#if defined(NONPORTABLE) && defined(WINDOWS)
|
#if defined(NONPORTABLE) && defined(WINDOWS)
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
|
@ -265,7 +266,7 @@ BOOL InitializeGame()
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "エラー", "ステージの読み込みに失敗", NULL);
|
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "エラー", "ステージの読み込みに失敗", NULL);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue