summaryrefslogtreecommitdiff
path: root/src/mg_schematic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mg_schematic.cpp')
-rw-r--r--src/mg_schematic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mg_schematic.cpp b/src/mg_schematic.cpp
index a3404e2dc..a05e372e5 100644
--- a/src/mg_schematic.cpp
+++ b/src/mg_schematic.cpp
@@ -159,7 +159,7 @@ void Schematic::blitToVManip(v3s16 p, MMVManip *vm, Rotation rot,
void Schematic::placeStructure(Map *map, v3s16 p, u32 flags, Rotation rot,
bool force_placement, INodeDefManager *ndef)
{
- assert(schemdata != NULL);
+ assert(schemdata != NULL); // Pre-condition
MMVManip *vm = new MMVManip(map);
if (rot == ROTATE_RAND)