diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-12-18 01:24:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 01:24:15 +0200 |
| commit | cce01300252627126d58277d39b332c10531c045 (patch) | |
| tree | c85baf4f9221011bbb4b540e462f69810f3a6536 /src/m_Do/m_Do_ext.cpp | |
| parent | 6e58e660d5ea5eaf077ca96c5148a7fb371ab998 (diff) | |
Work on d_a_mg_fshop (#2006)
Diffstat (limited to 'src/m_Do/m_Do_ext.cpp')
| -rw-r--r-- | src/m_Do/m_Do_ext.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index 8daa75692c..4b2c37e606 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -3,6 +3,9 @@ * Model, Animation, and Heap Functions */ +// Not matching because of virtual tables +#define NON_VIRTUAL_3DLINEMAT + #include "m_Do/m_Do_ext.h" #include "JSystem/J3DGraphAnimator/J3DMaterialAnm.h" #include "JSystem/J3DGraphBase/J3DMaterial.h" |
