Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-12-05 21:36:38 +0000
committerStijn Buys <ingar@osirion.org>2010-12-05 21:36:38 +0000
commit98a3ca91ed9aad07057e7de30c6c498d36f7f422 (patch)
treef8b56129a397f903acb2a6ec7a44d92634c30e75 /src/model/mapfile.h
parentd1fc8b10f6731a27e9b7fa39ce42aaa4c6e0bcee (diff)
Support for func_move vertex groups.
Diffstat (limited to 'src/model/mapfile.h')
-rw-r--r--src/model/mapfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/mapfile.h b/src/model/mapfile.h
index c78b56c..5e4bfd8 100644
--- a/src/model/mapfile.h
+++ b/src/model/mapfile.h
@@ -196,6 +196,7 @@ private:
math::BoundingBox3f class_box;
math::Axis class_axis;
float class_speed;
+ float class_distance;
bool class_engine;
Materials map_materials;