This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openjk.
commit f60b8e928930f13105c36081ec6e05b49b9deab0 Author: bibendovsky <[email protected]> Date: Mon Aug 29 20:54:12 2016 +0300 SG: Increase renderer API version --- code/rd-common/tr_public.h | 2 +- codeJK2/game/g_public.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/rd-common/tr_public.h b/code/rd-common/tr_public.h index a978d7d..a1553f4 100644 --- a/code/rd-common/tr_public.h +++ b/code/rd-common/tr_public.h @@ -30,7 +30,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>. #include "../ghoul2/G2.h" #include "../ghoul2/ghoul2_gore.h" -#define REF_API_VERSION 16 +#define REF_API_VERSION 17 typedef struct { void (QDECL *Printf) ( int printLevel, const char *fmt, ...) __attribute__ ((format (printf, 2, 3))); diff --git a/codeJK2/game/g_public.h b/codeJK2/game/g_public.h index b4384b6..e9660e6 100644 --- a/codeJK2/game/g_public.h +++ b/codeJK2/game/g_public.h @@ -25,7 +25,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>. #define __G_PUBLIC_H__ // g_public.h -- game module information visible to server -#define GAME_API_VERSION 10 // Bumped up to 8, since we support JA's engine now --eez +#define GAME_API_VERSION 10 // entity->svFlags // the server does not know how to interpret most of the values -- 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

