From 16e66971d59b50c854fb9dbeffb893d29bb8129d Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Fri, 14 Jun 2019 16:54:43 +0200 Subject: [PATCH] Reformatted Profile.cpp Signed-off-by: Gabriel Ravier --- src/Profile.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Profile.cpp b/src/Profile.cpp index 065e81ea..753e9e10 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -255,7 +255,8 @@ BOOL InitializeGame() if (!TransferStage(13, 200, 10, 8)) { // TODO - restore this when ghWnd is available -/* + + /* #if defined(NONPORTABLE) && defined(WINDOWS) #ifdef JAPANESE @@ -265,7 +266,7 @@ BOOL InitializeGame() #endif #else -*/ + */ #ifdef JAPANESE SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "エラー", "ステージの読み込みに失敗", NULL); #else