diff options
-rw-r--r-- | src/craftdef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/craftdef.cpp b/src/craftdef.cpp index 6fc0ae934..8c0e91690 100644 --- a/src/craftdef.cpp +++ b/src/craftdef.cpp @@ -67,6 +67,7 @@ static u64 getHashForGrid(CraftHashType type, const std::vector<std::string> &gr } // invalid CraftHashType assert(false); + return 0; } // Check if input matches recipe |