Fix compilation under some Linux distributions
authorkwolekr <kwolekr@minetest.net>
Thu, 13 Nov 2014 05:16:37 +0000 (00:16 -0500)
committerkwolekr <kwolekr@minetest.net>
Thu, 13 Nov 2014 05:16:37 +0000 (00:16 -0500)
src/mapgen.h

index 5b189d96352e47477ee1aba4fb74717c914993ce..cfecb3206ac56d4fd772085fde5fde0da23a6855 100644 (file)
@@ -136,7 +136,7 @@ struct MapgenFactory {
 
 class GenElement {
 public:
-       uint32_t id;
+       u32 id;
        std::string name;
 };