diff --git a/src/RE/T/TESDataHandler.cpp b/src/RE/T/TESDataHandler.cpp index 25dabd3b4..6de1e29af 100644 --- a/src/RE/T/TESDataHandler.cpp +++ b/src/RE/T/TESDataHandler.cpp @@ -116,6 +116,7 @@ namespace RE } return nullptr; } + return nullptr; } const TESFile* TESDataHandler::LookupLoadedModByIndex(std::uint8_t a_index) @@ -194,6 +195,7 @@ namespace RE } } } + return nullptr; #endif }