diff --git a/qbsp/globals.c b/qbsp/globals.c index 3055877e..9283ed95 100644 --- a/qbsp/globals.c +++ b/qbsp/globals.c @@ -41,7 +41,6 @@ mapdata_t map; int hullnum; // Useful shortcuts -mapentity_t *pCurEnt; mapentity_t *pWorldEnt; // Move these into mapdata_t? diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index abef533a..3bb4f7f2 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -622,7 +622,6 @@ typedef struct mapdata_s { } mapdata_t; extern mapdata_t map; -extern mapentity_t *pCurEnt; extern mapentity_t *pWorldEnt; extern int cMiptex;