added King Crimson to commands
This commit is contained in:
@ -49,6 +49,9 @@ game_command curses_input::get_command() {
|
||||
case 'f':
|
||||
return game_command::THE_WORLD;
|
||||
|
||||
case 'd':
|
||||
return game_command::KING_CRIMSON;
|
||||
|
||||
case 'r':
|
||||
return GAME_RESTART;
|
||||
|
||||
|
Reference in New Issue
Block a user