From 5f186c89062ddd9caeb8f105e748af62dc254f00 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 24 Jan 2009 13:12:04 +0000 Subject: fixed so the console show help for each command. not all commands have descriptions however --- src/game/client/components/console.hpp | 2 ++ 1 file changed, 2 insertions(+) (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 5a37b664..0a4adbda 100644 --- a/src/game/client/components/console.hpp +++ b/src/game/client/components/console.hpp @@ -23,6 +23,8 @@ class CONSOLE : public COMPONENT char completion_buffer[128]; int completion_chosen; int completion_flagmask; + + COMMAND *command; INSTANCE(int t); -- cgit 1.4.1