This is an automated email from the git hooks/post-receive script. smcv pushed a commit to tag 1.51b in repository iortcw.
commit 1618ed904a4b50c3cd0c9a2fb34f5ffd1c34b340 Author: MAN-AT-ARMS <[email protected]> Date: Tue Jun 13 09:55:03 2017 -0400 All: Fix score info being dropped by server --- MP/code/game/g_cmds.c | 2 +- SP/code/game/g_cmds.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP/code/game/g_cmds.c b/MP/code/game/g_cmds.c index 626207e..e85f380 100644 --- a/MP/code/game/g_cmds.c +++ b/MP/code/game/g_cmds.c @@ -35,7 +35,7 @@ DeathmatchScoreboardMessage */ void DeathmatchScoreboardMessage( gentity_t *ent ) { char entry[1024]; - char string[1400]; + char string[1000]; int stringlength; int i, j; gclient_t *cl; diff --git a/SP/code/game/g_cmds.c b/SP/code/game/g_cmds.c index c41aa22..cd0b951 100644 --- a/SP/code/game/g_cmds.c +++ b/SP/code/game/g_cmds.c @@ -36,7 +36,7 @@ DeathmatchScoreboardMessage */ void DeathmatchScoreboardMessage( gentity_t *ent ) { char entry[1024]; - char string[1400]; + char string[1000]; int stringlength; int i, j; gclient_t *cl; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

