mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-10 19:35:12 -05:00
Fix compilation under some Linux distributions
This commit is contained in:
parent
c3ad08708f
commit
b57478b93b
@ -136,7 +136,7 @@ struct MapgenFactory {
|
||||
|
||||
class GenElement {
|
||||
public:
|
||||
uint32_t id;
|
||||
u32 id;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user