Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_duel.qh
Go to the documentation of this file.
1#pragma once
2
4REGISTER_MUTATOR(duel, false)
5{
7 return 0;
8}
9
#define REGISTER_MUTATOR(...)
Definition base.qh:295
#define MUTATOR_STATIC()
Definition base.qh:313
bool autocvar_g_duel_with_powerups
Definition sv_duel.qh:10