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-02-09 23:06:00 +0000
committerStijn Buys <ingar@osirion.org>2008-02-09 23:06:00 +0000
commit31959bc355c471c573828bf63932850e46c4b5bc (patch)
treecc473901e88926e36c89775a7fc97a51da948498 /src/game/ship.cc
parentd281384f727583b39b8e97ffea58b278ecc8dd47 (diff)
more entities
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 9252f1d..1ef4b9d 100644
--- a/src/game/ship.cc
+++ b/src/game/ship.cc
@@ -17,7 +17,7 @@ using math::degrees180f;
namespace game {
-Ship::Ship() : core::Entity(ship_enttype)
+Ship::Ship() : core::Entity(0, ship_enttype)
{
speed = 0;
yaw_current = 0;