did astyle on the source files
This commit is contained in:
@ -37,12 +37,15 @@ game_command curses_input::get_command() {
|
||||
|
||||
case '>':
|
||||
return game_command::down_stairs;
|
||||
case 'q':
|
||||
return game_command_terminate;
|
||||
case 'f':
|
||||
return game_command::the_world;
|
||||
case 'r':
|
||||
return game_restart;
|
||||
|
||||
case 'q':
|
||||
return game_command_terminate;
|
||||
|
||||
case 'f':
|
||||
return game_command::the_world;
|
||||
|
||||
case 'r':
|
||||
return game_restart;
|
||||
|
||||
default:
|
||||
return game_command_pass;
|
||||
|
Reference in New Issue
Block a user