commands now sport descriptions (currently "No Description", but then I'm a

lazy bastard:)
This commit is contained in:
Bill Currie 2001-01-15 17:07:06 +00:00
parent b397f55327
commit bbac14a7d5
36 changed files with 201 additions and 192 deletions

View file

@ -433,7 +433,7 @@ IN_Init
void
IN_Init (void)
{
Cmd_AddCommand ("force_centerview", Force_CenterView_f);
Cmd_AddCommand ("force_centerview", Force_CenterView_f, "No Description");
uiWheelMessage = RegisterWindowMessage ("MSWHEEL_ROLLMSG");