1
0
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:
Zeno Rogue 2025-03-11 01:29:17 +01:00
parent 81c05d3ca0
commit e4af009d1a

View File

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