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>2008-12-21 13:35:47 +0000
committerStijn Buys <ingar@osirion.org>2008-12-21 13:35:47 +0000
commitf35e3781a120937fcf00bacd35f8e891ae630a4a (patch)
tree2c81bbb422ec56cae6dcb151536dc9e5dd24c632 /src/model/map.h
parentaad0913d91fc3b682deddb5a5f8380d1475174f5 (diff)
full direction. pitch and roll control for fx_flare, fx_particles and func_rotate
Diffstat (limited to 'src/model/map.h')
-rw-r--r--src/model/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/map.h b/src/model/map.h
index f9b036f..86bada6 100644
--- a/src/model/map.h
+++ b/src/model/map.h
@@ -165,7 +165,7 @@ private:
math::Vector3f class_maxbbox;
math::Vector3f class_minbbox;
- float class_angle;
+ math::Axis class_axis;
float class_speed;
math::Vector3f map_center;