Merge branch 'waypoints' into sal-waypoints

This commit is contained in:
Sally Cochenour 2020-03-15 20:23:24 -04:00
commit 1e10ec00d7
3 changed files with 4 additions and 2 deletions

View file

@ -494,10 +494,10 @@ OBJS:=$(i_main_o) \
$(OBJDIR)/y_inter.o \
$(OBJDIR)/st_stuff.o \
$(OBJDIR)/k_kart.o \
$(OBJDIR)/k_pwrlv.o \
$(OBJDIR)/k_waypoint.o\
$(OBJDIR)/k_pathfind.o\
$(OBJDIR)/k_bheap.o \
$(OBJDIR)/k_pwrlv.o \
$(OBJDIR)/m_aatree.o \
$(OBJDIR)/m_anigif.o \
$(OBJDIR)/m_argv.o \

View file

@ -223,6 +223,8 @@ static boolean P_SpecialIsLinedefCrossType(UINT16 ldspecial)
return linedefcrossspecial;
}
//#define TELEPORTJANK
boolean P_DoSpring(mobj_t *spring, mobj_t *object)
{
//INT32 pflags;

View file

@ -84,8 +84,8 @@
// SRB2Kart
#include "k_kart.h"
#include "k_waypoint.h"
#include "k_pwrlv.h"
#include "k_waypoint.h"
//
// Map MD5, calculated on level load.