Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/model.h')
-rw-r--r--src/model/model.h6
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; }