]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/compat/quake2.qc
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake2.qc
index df99f1570388c1a92bdcc6300d80b81027c83262..6a9c97a06e7ffb11a5314200e8dae9f65a14ffa8 100644 (file)
@@ -5,11 +5,17 @@ spawnfunc(item_armor_medium);
 spawnfunc(item_invincible);
 
 
-//***********************
-//QUAKE 2 ENTITIES - So people can play quake2 maps with the xonotic weapons
-//***********************
-spawnfunc(item_armor_jacket) {spawnfunc_item_armor_medium(this);}
+// ***********************
+// QUAKE 2 ENTITIES - So people can play quake2 maps with the xonotic weapons
+// ***********************
+spawnfunc(item_armor_jacket)
+{
+       spawnfunc_item_armor_medium(this);
+}
 
-spawnfunc(item_invulnerability) {spawnfunc_item_invincible(this);}
+spawnfunc(item_invulnerability)
+{
+       spawnfunc_item_invincible(this);
+}
 
 // rest of the quake 2 entities are handled by q1 and q3 compat