summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-08 07:27:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-08 07:27:28 +0100
commite81718fa2b2fae048161742bb81f8a76daf0436f (patch)
tree5469cabe98df2a9e855448e6abc8c396aa31f74b /src
parentd4e88ab969b891fbdce75e190b4bac97268a1f08 (diff)
a
Diffstat (limited to 'src')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index fd518b66..c54c3971 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -59,7 +59,7 @@ struct Direction
struct Info
{
- String name = "(unnamed)"_s;
+ String name = "(unnamed)"_s, description = {};
unsigned depth = 0;
};