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:
570c204
)
Cavegen: Fix copy & paste error (solves #2020)
author
kwolekr
<kwolekr@minetest.net>
Mon, 29 Dec 2014 03:35:14 +0000
(22:35 -0500)
committer
kwolekr
<kwolekr@minetest.net>
Mon, 29 Dec 2014 03:35:14 +0000
(22:35 -0500)
src/cavegen.cpp
patch
|
blob
|
history
diff --git
a/src/cavegen.cpp
b/src/cavegen.cpp
index 4482d09d7c789a4620601bce5f1f68b54c958e70..22bf03d17083b1d881dfcc4a7559b70dc15256fc 100644
(file)
--- a/
src/cavegen.cpp
+++ b/
src/cavegen.cpp
@@
-122,7
+122,7
@@
void CaveV6::makeCave(v3s16 nmin, v3s16 nmax, int max_stone_height) {
// Add generation notify end event
abs_pos = v3s16(of.X + orp.X, of.Y + orp.Y, of.Z + orp.Z);
notifytype = large_cave ?
- GENNOTIFY_LARGECAVE_
BEGIN : GENNOTIFY_CAVE_BEGIN
;
+ GENNOTIFY_LARGECAVE_
END : GENNOTIFY_CAVE_END
;
mg->gennotify.addEvent(notifytype, abs_pos);
}