From 28ba97bdd8fb6ca352dc49dba01a66bd155ad523 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 15 Nov 2008 19:24:55 +0000 Subject: entity extensions --- src/model/model.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/model') 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; } -- cgit v1.2.3