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-23 11:47:28 +0000
committerStijn Buys <ingar@osirion.org>2008-08-23 11:47:28 +0000
commit375b7d96a3974a03416c600b579048e48f1580a2 (patch)
tree915d78a8b79d642d3fad89900c865f72991131b6 /src/game/ship.cc
parentdaf84bb6292eb5bf5434889a887535ec54c21b6b (diff)
impulse timer should be 3 seconds
Diffstat (limited to 'src/game/ship.cc')
-rw-r--r--src/game/ship.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ship.cc b/src/game/ship.cc
index e46adc1..9cfea4d 100644
--- a/src/game/ship.cc
+++ b/src/game/ship.cc
@@ -72,7 +72,7 @@ void Ship::impulse()
if (Game::instance()->g_devel->value()) {
entity_timer = 0;
} else {
- entity_timer = 10;
+ entity_timer = 3;
}
ship_impulsedrive_timer = core::server()->time();
entity_dirty = true;