mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
fix
This commit is contained in:
parent
e5064f3bfa
commit
9eb6c7c0d0
3 changed files with 2 additions and 3 deletions
|
@ -1514,8 +1514,6 @@ static void G_SendHoloData(int clientNum) {
|
|||
holoTent->nextthink = level.time + 2500;
|
||||
}
|
||||
|
||||
extern mapChangeData_t mapChangeData;
|
||||
|
||||
//! Think function for temporal entity that transmits the server change data and map change data for transporter UI
|
||||
void transTent_think(gentity_t *ent) {
|
||||
char temp[MAX_STRING_CHARS];
|
||||
|
|
|
@ -1184,8 +1184,8 @@ static void G_LoadServerChangeFile(void) {
|
|||
free(buffer);
|
||||
}
|
||||
|
||||
static mapChangeData_t mapChangeData;
|
||||
|
||||
mapChangeData_t mapChangeData;
|
||||
static void G_LoadMapChangeFile(void) {
|
||||
char fileRoute[MAX_QPATH];
|
||||
fileHandle_t f = 0;
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
extern int numKilled;
|
||||
extern holoData_t holoData;
|
||||
extern qboolean levelExiting;
|
||||
extern mapChangeData_t mapChangeData;
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue