added King Crimson to commands

This commit is contained in:
2024-07-23 18:58:02 -04:00
parent 5eda3ce388
commit 0743edfe8e
8 changed files with 39 additions and 6 deletions

View File

@ -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;