updated some include paths

This commit is contained in:
Andrew Prosnik 2009-06-28 05:31:14 +00:00
parent a53c14aeb8
commit b6678b9dd1
7 changed files with 7 additions and 7 deletions

View file

@ -226,7 +226,7 @@
// be a valid snapshot this frame
#include "cg_local.h"
#include "../ta_ui/menudef.h" // bk001205 - for Q3_ui as well
#include "../ui/menudef.h" // bk001205 - for Q3_ui as well
//Blaze: holds the id to name mapping of the breakables
extern char rq3_breakables[RQ3_MAX_BREAKABLES][80];

View file

@ -78,7 +78,7 @@
// for the voice chats
//Blaze: Was there a extra ../?
#include "../ta_ui/menudef.h"
#include "../ui/menudef.h"
int notleader[MAX_CLIENTS];

View file

@ -132,7 +132,7 @@
// for the voice chats
//Blaze: was there a extra ../ here?
#include "../ta_ui/menudef.h"
#include "../ui/menudef.h"
//Makro - to get rid of the warnings
void Cmd_Bandage(gentity_t * ent);

View file

@ -212,7 +212,7 @@
// for the voice chats
//Blaze: was there a extra ../ here?
#include "../ta_ui/menudef.h"
#include "../ui/menudef.h"
//Makro - to get rid of the warnings
void Cmd_Bandage(gentity_t * ent);

View file

@ -72,7 +72,7 @@
// for the voice chats
//Blaze: was there a extra ../ here?
#include "../ta_ui/menudef.h"
#include "../ui/menudef.h"
//ctf task preferences for a client
typedef struct bot_ctftaskpreference_s {

View file

@ -69,7 +69,7 @@
// for the voice chats
//Blaze: was there a extra ../ here?
#include "../ta_ui/menudef.h"
#include "../ui/menudef.h"
typedef struct voiceCommand_s {
char *cmd;

View file

@ -502,7 +502,7 @@
#include "zcam.h"
//Blaze: was there a extra ../ here?
#include "../ta_ui/menudef.h" // for the voice chats
#include "../ui/menudef.h" // for the voice chats
//Blaze for door code
void Use_BinaryMover(gentity_t * ent, gentity_t * other, gentity_t * activator);
// JBravo: for kicking code