summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-02-26 01:13:41 +0100
committerenneract <trem.redman@gmail.com>2014-02-26 01:13:41 +0100
commitd67878e9c598d9cd92156c701e05b51c39f49e93 (patch)
treef2585a84a532480bfba7e00666356d5215dcb6cb /src/game/bg_public.h
parent2e8851609620e0e45a8a26b53ae7f3ba898c63df (diff)
0.1.8
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index cbaf90a..1fa36ca 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -26,6 +26,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
//tremulous balance header
#include "tremulous.h"
+// thanks for defining MAX_EMOTICONS in q_shared...
+#undef MAX_EMOTICONS
+#define MAX_EMOTICONS 1024
+
// because games can change separately from the main system version, we need a
// second version that must match between game and cgame
#define GAME_VERSION "base"