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