1
0
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:
? 2019-02-27 19:16:23 +01:00 committed by Zeno Rogue
parent bf95aa6e77
commit 2f66a64ce3

View File

@ -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())