* 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
|
@ -29,9 +29,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
qboolean m_entersound; // after a frame, so caching won't disrupt the sound
|
||||
|
||||
// these are here so the functions in q_shared.c can link
|
||||
#ifndef UI_HARD_LINKED
|
||||
|
||||
void QDECL Com_Error( int level, const char *error, ... ) {
|
||||
va_list argptr;
|
||||
char text[1024];
|
||||
|
@ -54,8 +51,6 @@ void QDECL Com_Printf( const char *msg, ... ) {
|
|||
trap_Print( va("%s", text) );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
qboolean newUI = qfalse;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue