]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / client.h
index fc44f3483f8d1b2747b1a1b155775502e8d58b7b..9523196d85ca49f6369986df12b1abc0f25c6946 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1135,6 +1135,9 @@ typedef struct client_state_s
 
        // used by EntityState5_ReadUpdate
        skeleton_t *engineskeletonobjects;
+
+       // used by underwater sound filter (snd_waterfx)
+       qbool view_underwater;
 }
 client_state_t;