]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/platforms.qc
Minor cleanup for func_plat
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qc
index 83664cc44fe704d2554d1f5589727008d29a7303..7acdc614e8ff489500e5b31a1e634f145749e8db 100644 (file)
@@ -173,6 +173,8 @@ void plat_use(entity this, entity actor, entity trigger)
        plat_go_down(this);
 }
 
+// WARNING: backwards compatibility because people don't use already existing fields :(
+// TODO: Check if any maps use these fields and remove these fields if it doesn't break maps
 .string sound1, sound2;
 
 void plat_reset(entity this)