diff options
Diffstat (limited to 'ZAPD/ZTextureAnimation.cpp')
| -rw-r--r-- | ZAPD/ZTextureAnimation.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ZAPD/ZTextureAnimation.cpp b/ZAPD/ZTextureAnimation.cpp index e254635..239cdd9 100644 --- a/ZAPD/ZTextureAnimation.cpp +++ b/ZAPD/ZTextureAnimation.cpp @@ -496,6 +496,7 @@ std::string TextureCyclingParams::GetBodySourceCode() const ZTextureAnimation::ZTextureAnimation(ZFile* nParent) : ZResource(nParent) { + genOTRDef = true; } /** @@ -638,6 +639,12 @@ std::string ZTextureAnimation::GetDefaultName(const std::string& prefix) const return StringHelper::Sprintf("%sTexAnim_%06X", prefix.c_str(), rawDataIndex); } +//std::string ZTextureAnimation::GetSourceOutputHeader(const std::string& prefix, +// std::set<std::string>* nameSet) +//{ +// return std::string(); +//} + Declaration* ZTextureAnimation::DeclareVar(const std::string& prefix, const std::string& bodyStr) { std::string auxName = name; |
