mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
3d:: racing:: increased TWIDTH in binary3, as otherwise it could not create paths
This commit is contained in:
@@ -238,6 +238,7 @@ ld start_line_width;
|
|||||||
void generate_track() {
|
void generate_track() {
|
||||||
|
|
||||||
TWIDTH = getDistLimit() - 1;
|
TWIDTH = getDistLimit() - 1;
|
||||||
|
if(binarytiling && DIM == 3) TWIDTH++;
|
||||||
|
|
||||||
#if CAP_FILES
|
#if CAP_FILES
|
||||||
if(ghostset().empty())
|
if(ghostset().empty())
|
||||||
|
Reference in New Issue
Block a user