diff options
Diffstat (limited to 'src/koopatlas/map.h')
-rw-r--r-- | src/koopatlas/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/map.h b/src/koopatlas/map.h index 82bee1f..8469afa 100644 --- a/src/koopatlas/map.h +++ b/src/koopatlas/map.h @@ -61,6 +61,9 @@ class dWMMap_c : public dBase_c { enum EffRenderCount { EFFECT_RENDERER_COUNT = 12 }; BGGMEffectRenderer effectRenderers[EFFECT_RENDERER_COUNT]; + mEf::es2 effects[7]; + void doEffects(); + mHeapAllocator_c allocator; m3d::mdl_c bgModel; m3d::anmTexSrt_c bgSrtAnm; |