mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 14:32:15 +00:00
Got rid of one more warning
This commit is contained in:
parent
1ced14633b
commit
eca50bc6b2
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.12 2002/04/03 16:34:29 makro
|
||||||
|
// Got rid of one more warning
|
||||||
|
//
|
||||||
// Revision 1.11 2002/03/31 14:14:42 makro
|
// Revision 1.11 2002/03/31 14:14:42 makro
|
||||||
// Cleaned up a little more
|
// Cleaned up a little more
|
||||||
//
|
//
|
||||||
|
@ -1621,7 +1624,6 @@ static const int UI_AIIndexFromName(const char *name) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef MISSIONPACK // bk001206
|
#ifndef MISSIONPACK // bk001206
|
||||||
static const char *UI_OpponentLeaderHead() {
|
static const char *UI_OpponentLeaderHead() {
|
||||||
|
@ -1630,8 +1632,6 @@ static const char *UI_OpponentLeaderHead() {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Makro - not used anywhere
|
|
||||||
/*
|
|
||||||
#ifndef MISSIONPACK // bk001206
|
#ifndef MISSIONPACK // bk001206
|
||||||
static const char *UI_OpponentLeaderModel() {
|
static const char *UI_OpponentLeaderModel() {
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in a new issue