From 818640781bbd618728cf5814e283d1f52bc04c8a Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Mon, 23 Sep 2019 20:18:49 +0200 Subject: [PATCH] Fixed switch formatting Signed-off-by: Gabriel Ravier --- src/ArmsItem.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ArmsItem.cpp b/src/ArmsItem.cpp index 71fc7935..c5a74842 100644 --- a/src/ArmsItem.cpp +++ b/src/ArmsItem.cpp @@ -448,10 +448,10 @@ int CampLoop() { switch (Call_Escape(ghWnd)) { - case 0: - return 0; // Quit game - case 2: - return 2; // Go to game intro + case 0: + return 0; // Quit game + case 2: + return 2; // Go to game intro } } @@ -460,10 +460,10 @@ int CampLoop() switch (TextScriptProc()) { - case 0: - return 0; // Quit game - case 2: - return 2; // Go to game intro + case 0: + return 0; // Quit game + case 2: + return 2; // Go to game intro } // Get currently displayed image