full implementation!
bug: level generation will generate nullptrs
This commit is contained in:
@ -39,7 +39,7 @@ game_command console_input::get_command() {
|
||||
auto tmp = get_direction(cmd);
|
||||
|
||||
if (tmp != game_command_panic)
|
||||
return tmp;
|
||||
return (game_command)(tmp + move_north);
|
||||
}
|
||||
|
||||
return game_command_pass;
|
||||
|
Reference in New Issue
Block a user