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 ffb768c7175e0f1f88d65efd433c028df4c675da
Author: m4n4t4...@gmail.com 
<m4n4t4...@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Fri Jun 13 04:00:12 2014 +0000

    SP: Fix crash when using pmove_fixed 1
---
 SP/code/game/bg_pmove.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SP/code/game/bg_pmove.c b/SP/code/game/bg_pmove.c
index 1455e2c..7b769d2 100644
--- a/SP/code/game/bg_pmove.c
+++ b/SP/code/game/bg_pmove.c
@@ -3713,7 +3713,7 @@ void PM_UpdateViewAngles( playerState_t *ps, usercmd_t 
*cmd, void( trace ) ( tra
        int i;
        pmove_t tpm;
 
-       if ( pm->ps->pm_type == PM_FREEZE ) {
+       if ( ps->pm_type == PM_FREEZE ) {
                return;
        }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to