From fc4938cdd5c1b37726a386fb866d3bf08a0fab45 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 25 Dec 2012 12:50:51 +0000 Subject: Release 0.2.3-svn1265. --- src/client/hudtargetstatus.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/hudtargetstatus.cc b/src/client/hudtargetstatus.cc index 1c910d3..f002b2a 100644 --- a/src/client/hudtargetstatus.cc +++ b/src/client/hudtargetstatus.cc @@ -76,8 +76,8 @@ void HUDTargetStatus::draw() } targetinfostr << eta << "sec"; } - } else if (target->has_flag(core::Entity::Dockable)) { - targetinfostr << "^FDock"; +// } else if (target->has_flag(core::Entity::Dockable)) { +// targetinfostr << "^FDock"; } else { targetinfostr << "^B--"; } -- cgit v1.2.3