1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

changed C0 to C02 to fix a crash on initialization

This commit is contained in:
Zeno Rogue 2020-09-17 01:55:22 +02:00
parent 32ced09b18
commit b20058215f

View File

@ -9,7 +9,7 @@
namespace hr { namespace hr {
hyperpoint ghxy, ghgxy; hyperpoint ghxy, ghgxy;
shiftpoint ghpm = shiftless(C0); shiftpoint ghpm = shiftless(C02);
#if HDR #if HDR
inline bool sphereflipped() { return sphere && pconf.alpha > 1.1 && GDIM == 3; } inline bool sphereflipped() { return sphere && pconf.alpha > 1.1 && GDIM == 3; }