diff options
-rw-r--r-- | src/game/example/spectator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/example/spectator.cc b/src/game/example/spectator.cc index 7b3a165..a2c4353 100644 --- a/src/game/example/spectator.cc +++ b/src/game/example/spectator.cc @@ -32,7 +32,7 @@ Spectator::~Spectator() void Spectator::frame(float elapsed) { // only update if necessary - if (!entity_speed && ! target_thrust && !target_direction && !target_pitch && !target_roll) + if (!entity_speed && ! target_thrust && !target_direction && !target_pitch && !target_roll && !target_strafe && !target_afterburner) return; // assign thrust value from input |