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

@ -246,11 +246,11 @@ Sbar_Init (void)
sb_face_invis_invuln = Draw_PicFromWad ("face_inv2");
sb_face_quad = Draw_PicFromWad ("face_quad");
Cmd_AddCommand ("+showscores", Sbar_ShowScores);
Cmd_AddCommand ("-showscores", Sbar_DontShowScores);
Cmd_AddCommand ("+showscores", Sbar_ShowScores, "No Description");
Cmd_AddCommand ("-showscores", Sbar_DontShowScores, "No Description");
Cmd_AddCommand ("+showteamscores", Sbar_ShowTeamScores);
Cmd_AddCommand ("-showteamscores", Sbar_DontShowTeamScores);
Cmd_AddCommand ("+showteamscores", Sbar_ShowTeamScores, "No Description");
Cmd_AddCommand ("-showteamscores", Sbar_DontShowTeamScores, "No Description");
sb_sbar = Draw_PicFromWad ("sbar");
sb_ibar = Draw_PicFromWad ("ibar");