diff options
Diffstat (limited to 'src/WorldStorage/WorldStorage.h')
-rw-r--r-- | src/WorldStorage/WorldStorage.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); } ; |