From 361380d63039737df51c1ed684d5f70758c96790 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 30 May 2010 12:01:11 +0000 Subject: *some esthetic changes *split "CHud::RenderGoals()" *added "reload" command *added the ability to show last chat lines (+show_chat) *updated french.txt --- src/engine/client/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/client') diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index aca576a7..97adeeac 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -1916,6 +1916,7 @@ void CClient::RegisterCommands() m_pConsole->Register("shutdown", "", CFGFLAG_SERVER, Con_ServerDummy, this, "Shut down"); m_pConsole->Register("record", "s", CFGFLAG_SERVER, Con_ServerDummy, this, "Record to a file"); m_pConsole->Register("stoprecord", "", CFGFLAG_SERVER, Con_ServerDummy, this, "Stop recording"); + m_pConsole->Register("reload", "", CFGFLAG_SERVER, Con_ServerDummy, this, "Reload the map"); m_pConsole->Register("quit", "", CFGFLAG_CLIENT, Con_Quit, this, "Quit Teeworlds"); m_pConsole->Register("exit", "", CFGFLAG_CLIENT, Con_Quit, this, "Quit Teeworlds"); -- cgit 1.4.1