From 37a8c7aa64bdded36f452e6f95c829165d44e792 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 Oct 2010 12:38:41 +0000 Subject: moved clientside thrust and power state into render::RenderExt, added engine spawnflag to func_rotate --- src/model/mapfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/model/mapfile.h') diff --git a/src/model/mapfile.h b/src/model/mapfile.h index 75db76e..fbb594c 100644 --- a/src/model/mapfile.h +++ b/src/model/mapfile.h @@ -171,6 +171,7 @@ private: math::Vector3f class_maxbbox; math::Axis class_axis; float class_speed; + bool class_engine; Materials map_materials; -- cgit v1.2.3