mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +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() {
|
||||
|
||||
TWIDTH = getDistLimit() - 1;
|
||||
if(binarytiling && DIM == 3) TWIDTH++;
|
||||
|
||||
#if CAP_FILES
|
||||
if(ghostset().empty())
|
||||
|
Reference in New Issue
Block a user