summaryrefslogtreecommitdiff
path: root/ZAPD/ZTexture.cpp
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-04-01 23:32:31 -0300
committerGitHub <noreply@github.com>2021-04-01 22:32:31 -0400
commit65146cf747468a336401dcf7552322aba4d7c038 (patch)
treefa5a532663f84dd34e137f15b63acdf3ae444433 /ZAPD/ZTexture.cpp
parent7a35712e998448324da955bac203040d6361991e (diff)
Add prerenders extraction (#106)
* extracting prerenders Signed-off-by: angie <angheloalf95@gmail.com> * not tested Signed-off-by: angie <angheloalf95@gmail.com> * recompiling into c code Signed-off-by: Angie <angheloalf95@gmail.com> * Extract prerenders automatically Signed-off-by: Angie <angheloalf95@gmail.com> * Extract PolygonDlist Signed-off-by: Angie <angheloalf95@gmail.com> * trying to extract dlists contained by PolygonDlist Signed-off-by: Angie <angheloalf95@gmail.com> * Rename ZBackground to ZPrerender Signed-off-by: angie <angheloalf95@gmail.com> * forgot to rename this too Signed-off-by: angie <angheloalf95@gmail.com> * format Signed-off-by: angie <angheloalf95@gmail.com> * Change jfif to jpg Signed-off-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'ZAPD/ZTexture.cpp')
-rw-r--r--ZAPD/ZTexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZTexture.cpp b/ZAPD/ZTexture.cpp
index b7fe82a..b98ea36 100644
--- a/ZAPD/ZTexture.cpp
+++ b/ZAPD/ZTexture.cpp
@@ -168,7 +168,7 @@ void ZTexture::ParseXML(XMLElement* reader)
}
else
{
- throw std::runtime_error("Width == nullptr for asset " + (string)reader->Attribute("Name") );
+ throw std::runtime_error("Width == nullptr for asset " + (string)reader->Attribute("Name"));
}
if (reader->Attribute("Height") != nullptr)