Skip to content

Commit

Permalink
Include q_shared.h instead of redefining these
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Jul 26, 2011
1 parent c4f739b commit b6a4aa3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code/botlib/be_aas_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*****************************************************************************/

#include "../qcommon/q_shared.h"

//debugging on
#define AAS_DEBUG

#define MAX_CLIENTS 64
#define MAX_MODELS 256 // these are sent over the net as 8 bits
#define MAX_SOUNDS 256 // so they cannot be blindly increased
#define MAX_CONFIGSTRINGS 1024

#define CS_SCORES 32
#define CS_MODELS (CS_SCORES+MAX_CLIENTS)
#define CS_SOUNDS (CS_MODELS+MAX_MODELS)
Expand Down

0 comments on commit b6a4aa3

Please sign in to comment.