Fixed switch formatting

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-09-23 20:18:49 +02:00
parent 5ca917bc97
commit 818640781b
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -448,10 +448,10 @@ int CampLoop()
{ {
switch (Call_Escape(ghWnd)) switch (Call_Escape(ghWnd))
{ {
case 0: case 0:
return 0; // Quit game return 0; // Quit game
case 2: case 2:
return 2; // Go to game intro return 2; // Go to game intro
} }
} }
@ -460,10 +460,10 @@ int CampLoop()
switch (TextScriptProc()) switch (TextScriptProc())
{ {
case 0: case 0:
return 0; // Quit game return 0; // Quit game
case 2: case 2:
return 2; // Go to game intro return 2; // Go to game intro
} }
// Get currently displayed image // Get currently displayed image