From a29aa1ee2935857f616351a23578311f514516d4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 25 Mar 2008 18:51:27 +0000 Subject: screenshots --- src/client/chat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/chat.cc') diff --git a/src/client/chat.cc b/src/client/chat.cc index 8d5e94c..7f5c22c 100644 --- a/src/client/chat.cc +++ b/src/client/chat.cc @@ -40,7 +40,7 @@ void func_con_chat(std::string const &args) void init() { // add engine functions - core::Func::add("con_chat", (core::FuncPtr) func_con_chat); + //core::Func::add("con_chat", (core::FuncPtr) func_con_chat); history.clear(); history.push_back(""); @@ -52,7 +52,7 @@ void init() void shutdown() { // remove engine functions - core::Func::remove("con_chat"); + //core::Func::remove("con_chat"); history.clear(); input_pos = 0; -- cgit v1.2.3