From e4af009d1a1e3ce6c81ad7104ee427fbac15cac4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 11 Mar 2025 01:29:17 +0100 Subject: [PATCH] fixed one more place when putting without orientation --- rogueviz/seuphorica.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/seuphorica.cpp b/rogueviz/seuphorica.cpp index 3557b0ca..419aa26b 100644 --- a/rogueviz/seuphorica.cpp +++ b/rogueviz/seuphorica.cpp @@ -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();