1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-11 19:23:01 +00:00

removed unused variable dim3

This commit is contained in:
Zeno Rogue
2019-03-20 21:15:42 +01:00
parent bc3e7f2e95
commit b62155b551
2 changed files with 1 additions and 2 deletions

View File

@@ -5933,6 +5933,7 @@ void drawthemap() {
if(pmodel == mdDisk && abs(vid.alpha) < 1e-6) spatial_graphics = false;
if(!spatial_graphics) wmspatial = mmspatial = false;
if(DIM == 3) wmspatial = mmspatial = true;
DEBB(DF_GRAPH, (debugfile,"draw the map\n"));