- pass 'level' as a parameter to AABBTree. Also renamed a few things to make the code easier to read.

This commit is contained in:
Christoph Oelckers 2019-01-06 08:24:04 +01:00
commit 3328821a98
5 changed files with 46 additions and 40 deletions

View file

@ -117,7 +117,6 @@ static void PlayerLandedOnThing (AActor *mo, AActor *onmobj);
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
extern int BotWTG;
EXTERN_CVAR (Int, cl_rockettrails)
// PRIVATE DATA DEFINITIONS ------------------------------------------------