Skip to content

Commit

Permalink
Yet again accidental bash history mess up
Browse files Browse the repository at this point in the history
(Revert "bot_models: make funcs static")

This reverts commit 8305f70321a73985ff965e107ded9cc9b0c5eb95.
  • Loading branch information
jkivilin committed Dec 3, 2011
1 parent 34c873b commit 6c4816a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include <sys/stat.h>


//extern void jkbotti_ClientPutInServer( edict_t *pEntity );
//extern BOOL jkbotti_ClientConnect( edict_t *pEntity, const char *pszName, const char *pszAddress, char szRejectReason[ 128 ] );
extern void jkbotti_ClientPutInServer( edict_t *pEntity );
extern BOOL jkbotti_ClientConnect( edict_t *pEntity, const char *pszName, const char *pszAddress, char szRejectReason[ 128 ] );


extern WAYPOINT waypoints[MAX_WAYPOINTS];
Expand Down
2 changes: 2 additions & 0 deletions bot_navigate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ extern bot_weapon_t weapon_defs[MAX_WEAPONS];
const int max_drop_height = 800;


extern void BotCheckTeamplay(void);

// returns the number of degrees left to turn toward ideal pitch...
float BotChangePitch( bot_t &pBot, float speed )
{
Expand Down

0 comments on commit 6c4816a

Please sign in to comment.