From 57ff8c89c8e172b0988a09490a2bc19d740d1c79 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 12 Jun 2015 12:39:47 +0200 Subject: [PATCH] weird return value is weird but I can totally explain that... --- src/world/chunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/chunk.cpp b/src/world/chunk.cpp index 50595f4..fe4f802 100644 --- a/src/world/chunk.cpp +++ b/src/world/chunk.cpp @@ -750,7 +750,7 @@ bool ChunkLoader::Queued(const Chunk::Pos &pos) noexcept { return true; } } - return nullptr; + return false; } bool ChunkLoader::Known(const Chunk::Pos &pos) noexcept { -- 2.39.2