summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 5b189d963..cfecb3206 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -136,7 +136,7 @@ struct MapgenFactory {
class GenElement {
public:
- uint32_t id;
+ u32 id;
std::string name;
};