mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
two minor fixes from when I tried gcc 3.0. includes a trigraphs fix.
This commit is contained in:
parent
d1f33ed6a6
commit
9de78a5d83
2 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,7 @@ SV_Progs_Init (void)
|
|||
Cmd_AddCommand ("edict", ED_PrintEdict_f, "Report information on a given edict in the game. (edict (edict number))");
|
||||
Cmd_AddCommand ("edicts", ED_PrintEdicts_f, "Display information on all edicts in the game.");
|
||||
Cmd_AddCommand ("edictcount", ED_Count_f, "Display summary information on the edicts in the game.");
|
||||
Cmd_AddCommand ("profile", PR_Profile_f, "FIXME: Report information about QuakeC Stuff (???) No Description");
|
||||
Cmd_AddCommand ("profile", PR_Profile_f, "FIXME: Report information about QuakeC Stuff (?\?\?) No Description");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <vga.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "cmd.h"
|
||||
#include "console.h"
|
||||
|
|
Loading…
Reference in a new issue