removes wait on comma
This commit is contained in:
parent
fdb5156a48
commit
7d201b5736
1 changed files with 0 additions and 2 deletions
|
|
@ -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::ToLocal(id) => RunState::GoToLevel(ID_OVERMAP, TileType::ToLocal(id)),
|
||||||
Destination::ToOvermap(id) => RunState::GoToLevel(id, TileType::ToOvermap(id)),
|
Destination::ToOvermap(id) => RunState::GoToLevel(id, TileType::ToOvermap(id)),
|
||||||
};
|
};
|
||||||
} else {
|
|
||||||
return skip_turn(&mut gs.ecs); // (Wait a turn)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VirtualKeyCode::Slash => {
|
VirtualKeyCode::Slash => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue