From 3b94ced84a662946e3ffc4fa3fd4a0bfd70e5f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Thu, 12 Dec 2024 20:54:35 +0100 Subject: [PATCH] Fix move for non stackable items --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game.cpp b/src/game.cpp index 3a59acf11c..0344956df6 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1232,6 +1232,8 @@ ReturnValue Game::internalMoveItem(Cylinder* fromCylinder, Cylinder* toCylinder, moveItem = item; } } + } else { + moveItem = item; } // add item