[iortcw] 143/497: SP: Fix crash when using pmove_fixed 1

Simon McVittie smcv at debian.org
Fri Sep 8 10:36:40 UTC 2017


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: M4N4T4RMS at gmail.com <M4N4T4RMS at 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



More information about the Pkg-games-commits mailing list