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-08 22:17:29 +0000
committerStijn Buys <ingar@osirion.org>2008-08-08 22:17:29 +0000
commit56b0856541446cbafee4eed9ef0ee9fb69af565a (patch)
tree8cec133fb9b0a02fc2f415c26b69fcd4c6db1ef9 /src/game/ship.h
parentf540e8dac10de8ff443692e78404b1508dde9d1e (diff)
improved truster indicator, impulse engine sounds
Diffstat (limited to 'src/game/ship.h')
-rw-r--r--src/game/ship.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/game/ship.h b/src/game/ship.h
index bd7f79e..16c0c14 100644
--- a/src/game/ship.h
+++ b/src/game/ship.h
@@ -41,12 +41,11 @@ private:
float current_target_roll;
bool ship_jumpdrive;
- float ship_jumpdrive_activated;
- core::Zone *ship_jumptargetzone;
+ float ship_jumpdrive_timer;
- float ship_countdown;
+ float ship_impulsedrive_timer;
- bool ship_impulse;
+ core::Zone *ship_jumptargetzone;
};
}