changes: removed buggy 'return true' from actual_move

This commit is contained in:
Zeno Rogue 2020-03-16 21:04:51 +01:00
parent 734fb385d4
commit 2347e07900
1 changed files with 0 additions and 1 deletions

View File

@ -600,7 +600,6 @@ bool pcmove::actual_move() {
if(havePushConflict(cwt.at, checkonly)) return false;
if(checkonly) { nextmovetype = lmMove; return true; }
if(c2->item && !cwt.at->item) moveItem(c2, cwt.at, false), boatmove = true;
placeWater(c2, cwt.at);
moveBoat(mi);