summaryrefslogtreecommitdiffhomepage
path: root/src/ground-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ground-atlas.hpp')
-rw-r--r--src/ground-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground-atlas.hpp b/src/ground-atlas.hpp
index 83b4705c..38832f9b 100644
--- a/src/ground-atlas.hpp
+++ b/src/ground-atlas.hpp
@@ -16,7 +16,7 @@ struct ground_def
{
String name;
Vector2ub size;
- pass_mode pass;
+ pass_mode pass = pass_mode::pass;
};
class ground_atlas;