]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_minelayer.qc
reenable the other spawn funcs for now
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_minelayer.qc
index a3036af81db635f26e6c2c316b0cc0c031a25f76..0e73ba71763d0c63dd8d476cf0e671f56142264a 100644 (file)
@@ -6,12 +6,10 @@ void W_Mine_Think (void);
 .float minelayer_detonate, mine_explodeanyway;
 .float mine_time;
 
-/*
 void spawnfunc_weapon_minelayer (void)
 {
        weapon_defaultspawnfunc(WEP_MINE_LAYER);
 }
-*/
 
 void W_Mine_Stick (entity to)
 {