projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ad087
)
Fix compilation under some Linux distributions
author
kwolekr
<kwolekr@minetest.net>
Thu, 13 Nov 2014 05:16:37 +0000
(
00:16
-0500)
committer
kwolekr
<kwolekr@minetest.net>
Thu, 13 Nov 2014 05:16:37 +0000
(
00:16
-0500)
src/mapgen.h
patch
|
blob
|
history
diff --git
a/src/mapgen.h
b/src/mapgen.h
index 5b189d96352e47477ee1aba4fb74717c914993ce..cfecb3206ac56d4fd772085fde5fde0da23a6855 100644
(file)
--- a/
src/mapgen.h
+++ b/
src/mapgen.h
@@
-136,7
+136,7
@@
struct MapgenFactory {
class GenElement {
public:
- u
int32_t
id;
+ u
32
id;
std::string name;
};