diff options
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/model.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/model/model.h b/src/model/model.h index 51f8964..cb10386 100644 --- a/src/model/model.h +++ b/src/model/model.h @@ -110,6 +110,12 @@ public: return model_enginesound; } + /// impulse sound set for this model + inline unsigned int impulsesound() const + { + return model_impulsesound; + } + /// engine color for this model inline math::Color const & enginecolor() const { return model_enginecolor; } |