From c8c061edf7c2441fce0dc0136cba293959ac1407 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 11 Oct 2020 16:14:43 +0000 Subject: Update comments and code for Load/SaveOneChunk so they match (#4992) Fixes #4991 --- src/WorldStorage/WorldStorage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WorldStorage/WorldStorage.h') diff --git a/src/WorldStorage/WorldStorage.h b/src/WorldStorage/WorldStorage.h index fd6cd59e1..114abb651 100644 --- a/src/WorldStorage/WorldStorage.h +++ b/src/WorldStorage/WorldStorage.h @@ -100,10 +100,10 @@ protected: virtual void Execute(void) override; - /** Loads one chunk from the queue (if any queued); returns true if there are more chunks in the load queue */ + /** Loads one chunk from the queue (if any queued); returns true if there was a chunk in the queue to load */ bool LoadOneChunk(void); - /** Saves one chunk from the queue (if any queued); returns true if there are more chunks in the save queue */ + /** Saves one chunk from the queue (if any queued); returns true if there was a chunk in the queue to save */ bool SaveOneChunk(void); } ; -- cgit v1.2.3