mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
fixed multiple itBarrow distance scaling
This commit is contained in:
@@ -1083,7 +1083,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int
|
|||||||
|
|
||||||
else if(it == itBarrow && c) {
|
else if(it == itBarrow && c) {
|
||||||
for(int i = 0; i<c->landparam; i++)
|
for(int i = 0; i<c->landparam; i++)
|
||||||
queuepolyat(Vit * spin(TAU * i / c->landparam) * xpush(.15) * spinptick(1500, 0), *xsh, darkena(icol, 0, hidden ? 0x40 :
|
queuepolyat(Vit * spin(TAU * i / c->landparam) * xpush(.15 * cgi.scalefactor) * spinptick(1500, 0), *xsh, darkena(icol, 0, hidden ? 0x40 :
|
||||||
(highwall(c) && wmspatial) ? 0x60 : 0xFF),
|
(highwall(c) && wmspatial) ? 0x60 : 0xFF),
|
||||||
PPR::HIDDEN);
|
PPR::HIDDEN);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user