fixed napalm not disappearing and stop napalm from overlaying
removed weaponalpha completly replaced CBaseEntity::SetAbsVelocity with CBaseEntity::m_vecAbsVelocity
This commit is contained in:
5
Makefile
5
Makefile
@ -27,9 +27,9 @@ vpath %.smx $(BUILDDIR)
|
||||
SOURCEFILES=$(SOURCEDIR)/*.sp
|
||||
OBJECTS=$(patsubst %.sp, %.smx, $(notdir $(wildcard $(SOURCEFILES))))
|
||||
|
||||
all: prepare_builddir $(OBJECTS)
|
||||
all: prepare $(OBJECTS)
|
||||
|
||||
prepare: prepare_newlines prepare_builddir
|
||||
prepare: clean prepare_builddir
|
||||
|
||||
prepare_newlines:
|
||||
@echo "Removing windows newlines"
|
||||
@ -46,5 +46,4 @@ prepare_builddir:
|
||||
$(SPCOMP) -i$(SOURCEDIR) -i$(SMINCLUDES) -i$(ZRINCLUDES) -o$(BUILDDIR)/$@ $<
|
||||
|
||||
clean:
|
||||
@echo "Removing build directory"
|
||||
@rm -fr $(BUILDDIR)
|
||||
|
Reference in New Issue
Block a user