aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-11 11:36:13 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-11 11:36:13 +0300
commit9d4e9c59de533ae28badb22da87cb553783dd133 (patch)
tree1497631e01225065e680c897ffeb7cf228690af2 /src/map.h
parent3f153c20d3936d18398149082fc453aa55859b1e (diff)
downloaddragonfireclient-9d4e9c59de533ae28badb22da87cb553783dd133.tar.xz
fixed warnings reported by cppcheck
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index cb48cb32b..206dc7d7b 100644
--- a/src/map.h
+++ b/src/map.h
@@ -780,7 +780,8 @@ struct ChunkMakeData
ChunkMakeData():
no_op(false),
- vmanip(NULL)
+ vmanip(NULL),
+ seed(0)
{}
};