Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-18 12:25:22 +0000
committerStijn Buys <ingar@osirion.org>2010-10-18 12:25:22 +0000
commitda5794ef80a0feea6f8e576a37e184fac97be736 (patch)
tree23c97ef25bb4b117e801c422f383c9aada392ca0 /src/game
parent02dde2e1ad9a4a041a19eeedaefe54293aab8eae (diff)
newline at end-of-file
Diffstat (limited to 'src/game')
-rw-r--r--src/game/base/cargopod.h3
-rw-r--r--src/game/base/ship.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/game/base/cargopod.h b/src/game/base/cargopod.h
index c843efb..daeb9bc 100644
--- a/src/game/base/cargopod.h
+++ b/src/game/base/cargopod.h
@@ -21,4 +21,5 @@ public:
} // namespace game
-#endif // __INCLUDED_BASE_CARGOPOD_H__ \ No newline at end of file
+#endif // __INCLUDED_BASE_CARGOPOD_H__
+
diff --git a/src/game/base/ship.cc b/src/game/base/ship.cc
index d7d6b59..88aefbe 100644
--- a/src/game/base/ship.cc
+++ b/src/game/base/ship.cc
@@ -77,7 +77,8 @@ Ship::Ship(core::Player *owner, ShipModel *shipmodel) : core::EntityControlable(
set_flag(core::Entity::Dockable);
}
- set_mass(radius());
+ //set_mass(radius());
+ set_mass(0);
reset();
}