From b03b048974248e62509f2740c10370258c49c997 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 21:09:13 +0000 Subject: removed gc_client.hpp --- src/game/client/components/debughud.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/game/client/components/debughud.cpp') diff --git a/src/game/client/components/debughud.cpp b/src/game/client/components/debughud.cpp index 0c8b0b91..7bb48307 100644 --- a/src/game/client/components/debughud.cpp +++ b/src/game/client/components/debughud.cpp @@ -12,7 +12,6 @@ extern "C" { #include #include -#include #include //#include "controls.hpp" @@ -55,7 +54,7 @@ void DEBUGHUD::render_tuning() float y = 50.0f; int count = 0; - for(int i = 0; i < tuning.num(); i++) + for(int i = 0; i < gameclient.tuning.num(); i++) { char buf[128]; float current, standard; @@ -81,7 +80,7 @@ void DEBUGHUD::render_tuning() gfx_text(0x0, x-w, y+count*6, 5, buf, -1); x += 5.0f; - gfx_text(0x0, x, y+count*6, 5, tuning.names[i], -1); + gfx_text(0x0, x, y+count*6, 5, gameclient.tuning.names[i], -1); count++; } -- cgit 1.4.1