mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-20 19:02:08 +00:00
Cleaned up a little more
This commit is contained in:
parent
d4fa0e669f
commit
d06abf5ca4
2 changed files with 11 additions and 4 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.11 2002/03/31 14:14:42 makro
|
||||
// Cleaned up a little more
|
||||
//
|
||||
// Revision 1.10 2002/03/31 13:23:26 makro
|
||||
// Cleaned things up a little
|
||||
//
|
||||
|
@ -1593,6 +1596,8 @@ static const char *UI_AIFromName(const char *name) {
|
|||
return "James";
|
||||
}
|
||||
|
||||
//Makro - not used anywhere
|
||||
/*
|
||||
#ifndef MISSIONPACK // bk001206
|
||||
static const int UI_AIIndex(const char *name) {
|
||||
int j;
|
||||
|
@ -1605,8 +1610,6 @@ static const int UI_AIIndex(const char *name) {
|
|||
}
|
||||
#endif
|
||||
|
||||
//Makro - not used anywhere
|
||||
/*
|
||||
#ifndef MISSIONPACK // bk001206
|
||||
static const int UI_AIIndexFromName(const char *name) {
|
||||
int j;
|
||||
|
@ -1627,6 +1630,8 @@ static const char *UI_OpponentLeaderHead() {
|
|||
}
|
||||
#endif
|
||||
|
||||
//Makro - not used anywhere
|
||||
/*
|
||||
#ifndef MISSIONPACK // bk001206
|
||||
static const char *UI_OpponentLeaderModel() {
|
||||
int i;
|
||||
|
@ -1639,7 +1644,7 @@ static const char *UI_OpponentLeaderModel() {
|
|||
return "James";
|
||||
}
|
||||
#endif
|
||||
|
||||
*/
|
||||
|
||||
static qboolean updateOpponentModel = qtrue;
|
||||
static void UI_DrawOpponent(rectDef_t *rect) {
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.4 2002/03/31 14:14:42 makro
|
||||
// Cleaned up a little more
|
||||
//
|
||||
// Revision 1.3 2002/02/21 20:10:16 jbravo
|
||||
// Converted files back from M$ format and added cvs headers again.
|
||||
//
|
||||
|
@ -381,4 +384,3 @@ qboolean trap_VerifyCDKey( const char *key, const char *chksum) {
|
|||
return syscall( UI_VERIFY_CDKEY, key, chksum);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue