mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
commands now sport descriptions (currently "No Description", but then I'm a
lazy bastard:)
This commit is contained in:
parent
b397f55327
commit
bbac14a7d5
36 changed files with 201 additions and 192 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue