From e922a1cf5d422ab86ae89d2cc3f5c962bcf1ddfe Mon Sep 17 00:00:00 2001 From: Maikel de Vries Date: Sun, 4 Nov 2012 15:14:03 +0100 Subject: [PATCH] Remove debug log from airship --- .../Objects.ocd/Libraries.ocd/AlignVehicleRotation.ocd/Script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet/Objects.ocd/Libraries.ocd/AlignVehicleRotation.ocd/Script.c b/planet/Objects.ocd/Libraries.ocd/AlignVehicleRotation.ocd/Script.c index 260b2ef29..3ae20584f 100644 --- a/planet/Objects.ocd/Libraries.ocd/AlignVehicleRotation.ocd/Script.c +++ b/planet/Objects.ocd/Libraries.ocd/AlignVehicleRotation.ocd/Script.c @@ -132,7 +132,7 @@ private func FxAlignRotationTimer(object target, proplist effect, int timer) } //Debug - target->Message(Format("%d,%d; %d", effect.originalX, newX, effect.floorYOff)); + //target->Message(Format("%d,%d; %d", effect.originalX, newX, effect.floorYOff)); if(newX != effect.originalX * -1){ target->SetPosition(newX + this->GetX(100), target->GetY(100), true, 100);