From e55638d081e2e1ff6fbc06e0e8ac0381a04308e7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Sep 2010 21:29:18 +0000 Subject: updated comments, updated buy menu, info support for map window, added const to target selection --- src/client/hud.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/hud.cc') diff --git a/src/client/hud.cc b/src/client/hud.cc index c42431c..3a7601b 100644 --- a/src/client/hud.cc +++ b/src/client/hud.cc @@ -285,7 +285,7 @@ void HUD::draw() } */ - core::Entity *target = targets::current(); + const core::Entity *target = targets::current(); std::stringstream strdistance; if (target) { -- cgit v1.2.3