Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
spawn_near_teammate.qh
Go to the documentation of this file.
1#pragma once
2
3#ifdef GAMEQC
4REPLICATE_INIT(bool, cvar_cl_spawn_near_teammate);
5#endif
#define REPLICATE_INIT(type, name)
Definition replicate.qh:7