X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=8556be077264cf4ce2cca0acdd4a02224ad9c9e0;hb=7a21308e015b71524f9cc676e0b327b74b694f66;hp=6d889e24eba2afb38c71dc09ae2f89f5b11f9d6e;hpb=ea48961feb50159e05ef56f38b7fd0ebc15cc64e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index 6d889e24e..8556be077 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -1,21 +1,6 @@ #ifndef MUTATORS_H #define MUTATORS_H -MUTATOR_DECLARATION(gamemode_assault); -MUTATOR_DECLARATION(gamemode_ca); -MUTATOR_DECLARATION(gamemode_keyhunt); -MUTATOR_DECLARATION(gamemode_freezetag); -MUTATOR_DECLARATION(gamemode_keepaway); -MUTATOR_DECLARATION(gamemode_ctf); -MUTATOR_DECLARATION(gamemode_nexball); -MUTATOR_DECLARATION(gamemode_onslaught); -MUTATOR_DECLARATION(gamemode_domination); -MUTATOR_DECLARATION(gamemode_lms); -MUTATOR_DECLARATION(gamemode_invasion); -MUTATOR_DECLARATION(gamemode_cts); -MUTATOR_DECLARATION(gamemode_race); -MUTATOR_DECLARATION(gamemode_tdm); - MUTATOR_DECLARATION(mutator_dodging); MUTATOR_DECLARATION(mutator_invincibleprojectiles); MUTATOR_DECLARATION(mutator_new_toys); @@ -25,7 +10,6 @@ MUTATOR_DECLARATION(mutator_spawn_near_teammate); MUTATOR_DECLARATION(mutator_physical_items); MUTATOR_DECLARATION(mutator_vampire); MUTATOR_DECLARATION(mutator_superspec); -MUTATOR_DECLARATION(mutator_instagib); MUTATOR_DECLARATION(mutator_touchexplode); MUTATOR_DECLARATION(mutator_pinata); MUTATOR_DECLARATION(mutator_midair);