Make it clearer where there's nothing to be fixed.

This commit is contained in:
Dave Gauer 2021-04-04 18:09:25 -04:00
parent 20e5bb2b19
commit 412afe8c38
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ const HermitsNotebook = struct {
// Place, something has gone horribly wrong with our
// program! (This really shouldn't ever happen. Have you
// checked for grues?)
// Note: you do not need to fix anything here.
const previous_entry = self.getEntry(current_entry.coming_from.?);
if (previous_entry == null) return TripError.EatenByAGrue;
current_entry = previous_entry.?;