This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openjk.
commit dee86c3be8d4543627df63eff53bf483088c9276 Author: bibendovsky <[email protected]> Date: Wed Aug 10 21:11:09 2016 +0300 JO: Restore CS_PLAYERS value --- code/qcommon/q_shared.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index bbb5f7b..80ca063 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -1440,16 +1440,12 @@ Ghoul2 Insert End #define CS_SOUNDS (CS_SKYBOXORG+1) #endif // JK2_MODE -#ifdef JK2_MODE -#define CS_PLAYERS (CS_SOUNDS + MAX_SOUNDS) -#else #ifdef BASE_SAVE_COMPAT #define CS_RESERVED1 (CS_SOUNDS+MAX_SOUNDS) // reserved field for base compat from immersion removal #define CS_PLAYERS (CS_RESERVED1 + 96) #else #define CS_PLAYERS (CS_SOUNDS+MAX_SOUNDS) #endif -#endif // JK2_MODE #define CS_LIGHT_STYLES (CS_PLAYERS+MAX_CLIENTS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

