diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-25 12:50:51 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-25 12:50:51 +0000 |
commit | fc4938cdd5c1b37726a386fb866d3bf08a0fab45 (patch) | |
tree | 9afaf1dc846f00d04a62af63ba7ab585af15a63c /src/client | |
parent | 9f1149a88dfb0ef074778589bb587b8a6442a1b6 (diff) |
Release 0.2.3-svn1265.
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/hudtargetstatus.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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--"; } |