diff options
Diffstat (limited to 'src/core/entity.cc')
| -rw-r--r-- | src/core/entity.cc | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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);  } | 
