diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/map.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ void renderMapUtilityPoleLines(Image* map, const World* world) end.z *= WORLD_IMAGE_HEIGHT / world->size.z; ImageDrawLine(map, start.x, start.z, end.x, end.z, BLACK); + + // Draw pole markers. + ImageDrawCircle(map, start.x, start.z, 1, BROWN); } } } |
