X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Fplatforms.qh;h=3276cf45380ac1db11c3b7808bb0057020d4395c;hb=ce80a3d3800ee2f5ce8a8d93ccb6b835a46ec5f6;hp=346cebc7163dfade8657cba5caa5e3cc455838c6;hpb=ec98f5c9d50f267779fed871c9eb094a52064219;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/platforms.qh b/qcsrc/common/mapobjects/platforms.qh index 346cebc71..3276cf453 100644 --- a/qcsrc/common/mapobjects/platforms.qh +++ b/qcsrc/common/mapobjects/platforms.qh @@ -3,13 +3,15 @@ const int PLAT_LOW_TRIGGER = BIT(0); +.float dmg; +.float dmgtime; .float dmgtime2; +.float phase; + void plat_center_touch(entity this, entity toucher); void plat_outside_touch(entity this, entity toucher); void plat_trigger_use(entity this, entity actor, entity trigger); void plat_go_up(entity this); void plat_go_down(entity this); void plat_crush(entity this, entity blocker); - -.float dmg;