We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c05d3 commit e4af009Copy full SHA for e4af009
rogueviz/seuphorica.cpp
@@ -1033,7 +1033,7 @@ void seuphorica_screen() {
1033
back_from_board(at); hold_mode = 1; tile_moved_from = mouseover;
1034
holdmouse = true; tile_moved = &(drawn[0]); tile_boxid = 0; box_moved = &drawn;
1035
}
1036
- else if(in_board(at)) {
+ else if(in_board(at) && tile_orientation.count(at)) {
1037
for(auto& s: snapshots) s.erase(drawn[0].id);
1038
drop_hand_on(at);
1039
if(snapshots.empty()) snapshot();
0 commit comments