Skip to content

Commit

Permalink
Revert "vec_angle patch, never worked"
Browse files Browse the repository at this point in the history
This reverts commit fe3258cfb68a35eb20dea538f049a8dddaa507d8.
  • Loading branch information
jkivilin committed Dec 3, 2011
1 parent 66f87c1 commit 52c0c1e
Show file tree
Hide file tree
Showing 18 changed files with 168 additions and 424 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARCHFLAG += -march=i686 -mtune=pentium4
ifeq ($(DBG_FLGS),1)
OPTFLAGS = -O0 -g
else
OPTFLAGS = -O2 -ffast-math -fomit-frame-pointer -funit-at-a-time -g
OPTFLAGS = -O2 -ffast-math -fomit-frame-pointer -g
endif

INCLUDES = -I"./metamod" \
Expand Down
1 change: 0 additions & 1 deletion addons/jk_botti/jk_botti_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Credits:
2. What's new
--------------------
1.41:
* Fixed bots to spawn on OZ DM.
* Add skill setting updown_turn_ration, setting to make bot aim up-down worse
than right-left.
* Add bot endgame chatting.
Expand Down
Loading

0 comments on commit 52c0c1e

Please sign in to comment.