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>2010-11-13 19:58:50 +0000
committerStijn Buys <ingar@osirion.org>2010-11-13 19:58:50 +0000
commitb68389e450d537eed51683515d1c4d6f7450caf2 (patch)
treede85be0624341e6daf2fa7770d83ef7335faff0f /src/game/base/ship.cc
parentc11d6ab431af85e14790ef2c2ed52cb5b523fbaf (diff)
don't set shipmodel info on world entities as this would make shipmodel info editable
through zone.ini
Diffstat (limited to 'src/game/base/ship.cc')
-rw-r--r--src/game/base/ship.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/ship.cc b/src/game/base/ship.cc
index b8dc6d0..65bab4b 100644
--- a/src/game/base/ship.cc
+++ b/src/game/base/ship.cc
@@ -32,6 +32,7 @@ Ship::Ship(core::Player *owner, const ShipModel *shipmodel) : core::EntityContro
set_radius(0);
ship_shipmodel = shipmodel;
+
ship_impulsedrive_timer = 0;
ship_jumpdrive_timer = 0;
ship_jumpdepart = 0;