From 6f511b1d05d3e1668967a528b77a9e81e31b3c78 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Mon, 5 May 2014 07:45:20 +0200 Subject: Bugfix: make waypoints respect camera offset --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 51e97d61b..a9ca38d1d 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3594,7 +3594,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input, Draw lua hud items */ if (show_hud) - hud.drawLuaElements(); + hud.drawLuaElements(camera.getOffset()); /* Draw gui -- cgit v1.2.3