mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 06:20:09 +00:00
ads-game:: past fixup
This commit is contained in:
parent
cc1d2c1b48
commit
01c7ff5bc6
@ -564,7 +564,6 @@ void view_ds_game() {
|
|||||||
auto cr = ds_cross0_light(current.T * lorentz(2, 3, current_ship.shift - current.shift) * h);
|
auto cr = ds_cross0_light(current.T * lorentz(2, 3, current_ship.shift - current.shift) * h);
|
||||||
pts.push_back(cr.h);
|
pts.push_back(cr.h);
|
||||||
if(cr.shift > 0) ok++; else bad++;
|
if(cr.shift > 0) ok++; else bad++;
|
||||||
shifts.push_back(cr.shift);
|
|
||||||
}
|
}
|
||||||
for(auto h: pts) curvepoint(h);
|
for(auto h: pts) curvepoint(h);
|
||||||
queuecurve(shiftless(sphereflip), 0xFF0000C0, bad == 0 ? 0x00000060 : 0xFFFFFF10, PPR::SUPERLINE);
|
queuecurve(shiftless(sphereflip), 0xFF0000C0, bad == 0 ? 0x00000060 : 0xFFFFFF10, PPR::SUPERLINE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user