]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc
#define use use1
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / onslaught.qc
index 056d33a03d679882abd344aced5c7fe5e5280236..ec69def5efe71e1a44574230e0d1c4d89273348c 100644 (file)
@@ -1954,7 +1954,7 @@ void ons_MonsterSpawn_Delayed(entity this)
                {
                        own.team = e.team;
 
-                       own.use1(own, e, NULL);
+                       own.use(own, e, NULL);
                }
        }
 
@@ -1984,7 +1984,7 @@ void ons_TurretSpawn_Delayed(entity this)
                        own.team = e.team;
                        own.active = ACTIVE_NOT;
 
-                       own.use1(own, e, NULL);
+                       own.use(own, e, NULL);
                }
        }