]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / sv_phys.c
index 3cf4fd1a11f7d24dd5ddded80dc0da1b9376f54b..91f35921d2a3aabd3510b8ad635d1dbda7589936 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1006,7 +1006,7 @@ void SV_WalkMove (edict_t *ent)
        if (ent->v.movetype != MOVETYPE_WALK)
                return;         // gibbed by a trigger
        
-       if (sv_nostep.value)
+       if (sv_nostep.integer)
                return;
        
        if ( (int)sv_player->v.flags & FL_WATERJUMP )