This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit b1ae5f6391cf69c99d591aa307e6e6703fbc9dca Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Wed Oct 1 23:43:15 2014 +0000 All: Revert r705 --- MP/code/game/g_main.c | 2 +- SP/code/game/g_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP/code/game/g_main.c b/MP/code/game/g_main.c index 6c1b31a..e034e13 100644 --- a/MP/code/game/g_main.c +++ b/MP/code/game/g_main.c @@ -2561,7 +2561,7 @@ Runs thinking code for this frame if necessary ============= */ void G_RunThink( gentity_t *ent ) { - int thinktime; + float thinktime; // RF, run scripting if ( ent->s.number >= MAX_CLIENTS ) { diff --git a/SP/code/game/g_main.c b/SP/code/game/g_main.c index 0d29d24..483d0e8 100644 --- a/SP/code/game/g_main.c +++ b/SP/code/game/g_main.c @@ -2392,7 +2392,7 @@ Runs thinking code for this frame if necessary ============= */ void G_RunThink( gentity_t *ent ) { - int thinktime; + float thinktime; // RF, run scripting if ( ent->s.number >= MAX_CLIENTS ) { -- 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

