Legacy protocol compatibility (cl_legacymode)

This commit is contained in:
mittorn
2019-01-25 20:53:08 +07:00
parent 1e5f12a0ae
commit 6a02a571c1
10 changed files with 908 additions and 47 deletions

View File

@@ -43,8 +43,12 @@ struct movevars_s
int features; // engine features that shared across network
int fog_settings; // Global fog settings (packed color+density)
float wateralpha; // World water alpha 1.0 - solid 0.0 - transparent
float skydir_x; // skybox rotate direction
float skydir_y; //
float skydir_z; //
float skyangle; // skybox rotate angle
};
extern movevars_t movevars;
#endif
#endif