summaryrefslogtreecommitdiff
path: root/ZAPD/ZMtx.cpp
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-01-18 02:33:49 +0000
committerGitHub <noreply@github.com>2024-01-17 21:33:49 -0500
commit96858fb5de7c29c85965c9a28b44317caa9ec96b (patch)
treed0e984dbc5a9a8212090977cbac330d7a3146123 /ZAPD/ZMtx.cpp
parentb4d8c2159ef21585da6355d5bea178805ec93186 (diff)
Extract Mtx definitions to headers (#6)
Diffstat (limited to 'ZAPD/ZMtx.cpp')
-rw-r--r--ZAPD/ZMtx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZMtx.cpp b/ZAPD/ZMtx.cpp
index b9ca3f2..ffca3eb 100644
--- a/ZAPD/ZMtx.cpp
+++ b/ZAPD/ZMtx.cpp
@@ -8,6 +8,7 @@ REGISTER_ZFILENODE(Mtx, ZMtx);
ZMtx::ZMtx(ZFile* nParent) : ZResource(nParent)
{
+ genOTRDef = true;
}
void ZMtx::ParseRawData()