From: Daniel Karbach Date: Fri, 12 Jun 2015 10:39:47 +0000 (+0200) Subject: weird return value is weird X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=57ff8c89c8e172b0988a09490a2bc19d740d1c79;p=blank.git weird return value is weird but I can totally explain that... --- 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 {