]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/blockallocator.cpp
Some variable cleanup
[r2c2.git] / source / libr2c2 / blockallocator.cpp
index 674722bb9d21b6951bd0f8b0405fad8e4ecd4db3..e28558a7e0cd9e715e32722900dae39e544729b3 100644 (file)
@@ -28,6 +28,7 @@ struct BlockAllocator::BlockMatch
 
 BlockAllocator::BlockAllocator(Train &t):
        train(t),
+       active(false),
        cur_blocks_end(blocks.end()),
        next_sensor(0),
        pending_block(0),