Fixed switch formatting
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
5ca917bc97
commit
818640781b
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue