Skip to content

Commit e4af009

Browse files
committed
fixed one more place when putting without orientation
1 parent 81c05d3 commit e4af009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rogueviz/seuphorica.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ void seuphorica_screen() {
10331033
back_from_board(at); hold_mode = 1; tile_moved_from = mouseover;
10341034
holdmouse = true; tile_moved = &(drawn[0]); tile_boxid = 0; box_moved = &drawn;
10351035
}
1036-
else if(in_board(at)) {
1036+
else if(in_board(at) && tile_orientation.count(at)) {
10371037
for(auto& s: snapshots) s.erase(drawn[0].id);
10381038
drop_hand_on(at);
10391039
if(snapshots.empty()) snapshot();

0 commit comments

Comments
 (0)