removes wait on comma

This commit is contained in:
Llywelwyn 2023-08-30 02:16:41 +01:00
parent fdb5156a48
commit 7d201b5736

View file

@ -632,8 +632,6 @@ pub fn player_input(gs: &mut State, ctx: &mut Rltk) -> RunState {
Destination::ToLocal(id) => RunState::GoToLevel(ID_OVERMAP, TileType::ToLocal(id)),
Destination::ToOvermap(id) => RunState::GoToLevel(id, TileType::ToOvermap(id)),
};
} else {
return skip_turn(&mut gs.ecs); // (Wait a turn)
}
}
VirtualKeyCode::Slash => {