]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Remove runematch gamemode
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index bfea6b2bcb39f681c8d6110d81db1d90b0399f70..93e9d7c8014afb91af7f64a7cfd5f258f71c8387 100644 (file)
@@ -215,9 +215,6 @@ float intermission_running;
 float intermission_exittime;
 float alreadychangedlevel;
 
-
-.float runes;
-
 // Keys player is holding
 .float itemkeys;
 // message delay for func_door locked by keys and key locks
@@ -299,9 +296,6 @@ string gamemode_name;
 
 float startitem_failed;
 
-void DropAllRunes(entity pl);
-
-
 typedef .float floatfield;
 floatfield Item_CounterField(float it);