From ae364d4d295f93b42ccdbd5f9e91bd26227cf9f1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 27 Aug 2008 19:50:33 +0000 Subject: scoreboard fixed --- src/game/client/components/console.hpp | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/game/client/components/console.hpp') diff --git a/src/game/client/components/console.hpp b/src/game/client/components/console.hpp index 8c6a9c72..9b60185c 100644 --- a/src/game/client/components/console.hpp +++ b/src/game/client/components/console.hpp @@ -1,11 +1,4 @@ -extern "C" { - #include - #include - #include - #include - #include -} - +#include #include class CONSOLE : public COMPONENT @@ -14,11 +7,11 @@ class CONSOLE : public COMPONENT { public: char history_data[65536]; - RINGBUFFER *history; + struct RINGBUFFER *history; char *history_entry; char backlog_data[65536]; - RINGBUFFER *backlog; + struct RINGBUFFER *backlog; LINEINPUT input; -- cgit 1.4.1