03.01.2009, 15:44
change
#define MAX_PLAYER_ACTIVE_OBJECTS 150
to
#define MAX_PLAYER_ACTIVE_OBJECTS 100
or lower
and
#define DRAW_DISTANCE 200
to
#define DRAW_DISTANCE 150
for example
#define MAX_PLAYER_ACTIVE_OBJECTS 150
to
#define MAX_PLAYER_ACTIVE_OBJECTS 100
or lower
and
#define DRAW_DISTANCE 200
to
#define DRAW_DISTANCE 150
for example