Skip to content

Commit

Permalink
Merge pull request #265 from EvidentlyCube/dagger-tar-cutting
Browse files Browse the repository at this point in the history
Daggers no longer prevent tar babies to spawn from unstable tar
  • Loading branch information
mrimer committed Nov 1, 2020
2 parents 8db2d34 + 96ec812 commit e760770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRODLib/DbRooms.cpp
Expand Up @@ -9636,7 +9636,7 @@ void CDbRoom::ConvertUnstableTar(
const UINT wSX = this->pCurrentGame ? this->pCurrentGame->swordsman.wX : (UINT)-1;
const UINT wSY = this->pCurrentGame ? this->pCurrentGame->swordsman.wY : (UINT)-1;
CCoordIndex swordCoords;
GetSwordCoords(swordCoords);
GetSwordCoords(swordCoords, true);

UINT wX, wY;
while (NewBabies.PopBottom(wX,wY)) //process as queue
Expand Down

0 comments on commit e760770

Please sign in to comment.