Remove debug log from airship

Maikel de Vries 2012-11-04 15:14:03 +01:00
parent 9ffe48b335
commit e922a1cf5d
1 changed files with 1 additions and 1 deletions

View File

@ -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);