summaryrefslogtreecommitdiff
path: root/source/sv_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_game.c')
-rw-r--r--source/sv_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_game.c b/source/sv_game.c
index 24074f4..f135b36 100644
--- a/source/sv_game.c
+++ b/source/sv_game.c
@@ -701,7 +701,7 @@ void PF_Pmove( pmove_t *pm ) {
if( sv_client ) {
Pmove( pm, &sv_client->pmp );
} else {
- Pmove( pm, &sv.pmp );
+ Pmove( pm, &sv_pmp );
}
}