diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetMesh.cpp')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetMesh.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ZAPD/ZRoom/Commands/SetMesh.cpp b/ZAPD/ZRoom/Commands/SetMesh.cpp index f2a9676..08ae6b8 100644 --- a/ZAPD/ZRoom/Commands/SetMesh.cpp +++ b/ZAPD/ZRoom/Commands/SetMesh.cpp @@ -1,8 +1,8 @@ #include "SetMesh.h" #include <Globals.h> -#include <Path.h> -#include "BitConverter.h" -#include "StringHelper.h" +#include <Utils/Path.h> +#include "Utils/BitConverter.h" +#include "Utils/StringHelper.h" #include "ZBackground.h" #include "ZFile.h" #include "ZRoom/ZRoom.h" @@ -306,9 +306,7 @@ void BgImage::ParseRawData() ZBackground* BgImage::MakeBackground(segptr_t ptr, const std::string& prefix) { if (ptr == 0) - { return nullptr; - } uint32_t backAddress = Seg2Filespace(ptr, parent->baseAddress); |
