aboutsummaryrefslogtreecommitdiff
path: root/src/reflowscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflowscan.h')
-rw-r--r--src/reflowscan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reflowscan.h b/src/reflowscan.h
index a6d289ad5..5b1ef9b5d 100644
--- a/src/reflowscan.h
+++ b/src/reflowscan.h
@@ -39,10 +39,10 @@ private:
void scanColumn(int x, int z);
private:
- Map *m_map;
- INodeDefManager *m_ndef;
+ Map *m_map = nullptr;
+ INodeDefManager *m_ndef = nullptr;
v3s16 m_block_pos, m_rel_block_pos;
- UniqueQueue<v3s16> *m_liquid_queue;
+ UniqueQueue<v3s16> *m_liquid_queue = nullptr;
MapBlock *m_lookup[3 * 3 * 3];
u32 m_lookup_state_bitset;
};