mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-08 03:36:43 +00:00
fixed one more place when putting without orientation
This commit is contained in:
parent
81c05d3ca0
commit
e4af009d1a
@ -1033,7 +1033,7 @@ void seuphorica_screen() {
|
||||
back_from_board(at); hold_mode = 1; tile_moved_from = mouseover;
|
||||
holdmouse = true; tile_moved = &(drawn[0]); tile_boxid = 0; box_moved = &drawn;
|
||||
}
|
||||
else if(in_board(at)) {
|
||||
else if(in_board(at) && tile_orientation.count(at)) {
|
||||
for(auto& s: snapshots) s.erase(drawn[0].id);
|
||||
drop_hand_on(at);
|
||||
if(snapshots.empty()) snapshot();
|
||||
|
Loading…
x
Reference in New Issue
Block a user