From 805c8e51e5dd4dfad381a0d40b4388b5de90becf Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Sat, 17 Jan 2015 19:19:26 +1000 Subject: Create empty default constructor for MapNode --- src/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 3335d9026..1089e6d34 100644 --- a/src/map.h +++ b/src/map.h @@ -80,9 +80,9 @@ struct MapEditEvent MapEditEvent(): type(MEET_OTHER), + n(CONTENT_AIR), already_known_by_peer(0) - { - } + { } MapEditEvent * clone() { -- cgit v1.2.3