general_barrier: removed useless at_corner = true

This commit is contained in:
Zeno Rogue 2021-08-04 17:59:09 +02:00
parent d8e13ed88d
commit e2077620c8
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ EX bool general_barrier_advance(cellwalker& bb, int& dir, eLand& l1, eLand& l2,
surround_by(setit, bb, dir, 1, s1, l1, false, ok);
surround_by(setit, bb, dir, s1+1, steps1-1, l2, true, ok);
spin_around_by(bb, dir, s1);
at_corner = true;
ws = dir > 0 ? NOWALLSEP_WALL_CPOS : NOWALLSEP_WALL_CNEG;
return ok;
}