* General decrufting:
* Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories
This commit is contained in:
parent
63fdc74843
commit
c41483634c
116 changed files with 16 additions and 48383 deletions
|
@ -438,9 +438,6 @@ void QDECL CG_Error( const char *msg, ... ) {
|
|||
trap_Error( text );
|
||||
}
|
||||
|
||||
#ifndef CGAME_HARD_LINKED
|
||||
// this is only here so the functions in q_shared.c and bg_*.c can link (FIXME)
|
||||
|
||||
void QDECL Com_Error( int level, const char *error, ... ) {
|
||||
va_list argptr;
|
||||
char text[1024];
|
||||
|
@ -463,8 +460,6 @@ void QDECL Com_Printf( const char *msg, ... ) {
|
|||
CG_Printf ("%s", text);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
================
|
||||
CG_Argv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue