Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -524,7 +524,7 @@ struct obj *obj; /* missile (or stack providing it) */
|
||||
* be careful not to use either one after it's been freed.
|
||||
*/
|
||||
if (sym)
|
||||
tmp_at(DISP_FLASH, obj_to_glyph(singleobj));
|
||||
tmp_at(DISP_FLASH, obj_to_glyph(singleobj, rn2_on_display_rng));
|
||||
while (range-- > 0) { /* Actually the loop is always exited by break */
|
||||
g.bhitpos.x += dx;
|
||||
g.bhitpos.y += dy;
|
||||
|
||||
Reference in New Issue
Block a user