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-08-01 23:01:35 +0000
committerStijn Buys <ingar@osirion.org>2008-08-01 23:01:35 +0000
commite5a14a1e1a6d822b3b97df803c91727b16d770d2 (patch)
tree431f0a3611298c8c41750edaecf3b6f9c7a81407 /src/game/ship.h
parentf831477c2502b7a2b32cd1fe1b6678a9c87d3fda (diff)
the kinetic impulse drive
Diffstat (limited to 'src/game/ship.h')
-rw-r--r--src/game/ship.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/ship.h b/src/game/ship.h
index 4d04b62..bd7f79e 100644
--- a/src/game/ship.h
+++ b/src/game/ship.h
@@ -30,6 +30,9 @@ public:
/// toggle jump drive activation
void jump(std::string const & args);
+ /// toggle impulse drive activation
+ void impulse();
+
private:
ShipModel *ship_shipmodel;
@@ -42,6 +45,8 @@ private:
core::Zone *ship_jumptargetzone;
float ship_countdown;
+
+ bool ship_impulse;
};
}