diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-04-11 11:36:13 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-11 11:36:13 +0300 |
| commit | 9d4e9c59de533ae28badb22da87cb553783dd133 (patch) | |
| tree | 1497631e01225065e680c897ffeb7cf228690af2 /src/map.h | |
| parent | 3f153c20d3936d18398149082fc453aa55859b1e (diff) | |
| download | dragonfireclient-9d4e9c59de533ae28badb22da87cb553783dd133.tar.xz | |
fixed warnings reported by cppcheck
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -780,7 +780,8 @@ struct ChunkMakeData ChunkMakeData(): no_op(false), - vmanip(NULL) + vmanip(NULL), + seed(0) {} }; |
