From 9f2e49593639a9f1f3e5f4f7b690ff364afefd56 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 17:47:12 +0000 Subject: bugfix for the example module spectator --- src/game/example/spectator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') 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 -- cgit v1.2.3