mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
racing:: improved Euclidean track generation
This commit is contained in:
@@ -817,6 +817,12 @@ eLand getEuclidLand(int c) {
|
||||
}
|
||||
|
||||
void setLandEuclid(cell *c) {
|
||||
#if CAP_RACING
|
||||
if(racing::track_ready) {
|
||||
setland(c, laMemory);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
setland(c, specialland);
|
||||
if(specialland == laCrossroads4 || chaosmode) {
|
||||
int x, y;
|
||||
|
Reference in New Issue
Block a user