From 71b6b902732bfc0c53033d58f91a6b1e70e8371f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 21 Feb 2008 21:01:17 +0000 Subject: more minor updates --- src/core/entity.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/entity.cc') diff --git a/src/core/entity.cc b/src/core/entity.cc index 7e9c788..4cce2cb 100644 --- a/src/core/entity.cc +++ b/src/core/entity.cc @@ -287,9 +287,9 @@ void EntityControlable::recieve_server_update(std::istream &is) void EntityControlable::frame(float seconds) { - entity_direction = target_direction; - entity_thrust = target_thrust; - entity_dirty = true; + //entity_direction = target_direction; + //entity_thrust = target_thrust; + //entity_dirty = true; EntityDynamic::frame(seconds); } -- cgit v1.2.3