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.cc')
-rw-r--r--src/model/model.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/model.cc b/src/model/model.cc
index 6508fdf..2e9f0ba 100644
--- a/src/model/model.cc
+++ b/src/model/model.cc
@@ -29,6 +29,7 @@ Model::Model(std::string const & name) :
model_lvertex_countdetail = 0;
model_radius = 0.5f;
+ model_enginesound = 0;
}
Model::~Model()