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:
parent
32ced09b18
commit
b20058215f
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user