diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index e0ec43925..5ceb573aa 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -161,6 +161,8 @@ Note: All fields default to false unless mentioned otherwise. nofallingdamage = ; // Falling damage is disabled in this sector dropactors = ; // Actors drop with instantly moving floors (*) norespawn = ; // Players can not respawn in this sector + soundsequence = ; // The sound sequence to play when this sector moves. Placing a + // sound sequence thing in the sector will override this property. * Note about dropactors @@ -263,6 +265,9 @@ Changed node specifications to deprecate compression of node lump. 1.10 25.04.2010 Added 'playeruseback' line trigger flag. +1.11 07.08.2010 +Added 'soundsequnce' sector property. + =============================================================================== EOF ===============================================================================