From 8bd7c09887ee86638fb361c59b1f8eba0eb2b06e Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 8 Oct 2009 02:59:42 +0200 Subject: [PATCH] Added missing tag in volume attributes. Simplified attribute comments. --- src/zr/volfeatures/volfeatures.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zr/volfeatures/volfeatures.inc b/src/zr/volfeatures/volfeatures.inc index 0d3acc9..7616912 100644 --- a/src/zr/volfeatures/volfeatures.inc +++ b/src/zr/volfeatures/volfeatures.inc @@ -60,7 +60,7 @@ enum VolumeAttributes /* Behaviour */ VolumeTeamFilters:Vol_TeamFilter, /** Team filtering. Trigger by certain teams, or all. */ Float:Vol_TriggerDelay, /** Trigger delay. How many seconds players have to stay to trigger volume events. */ - Vol_ConflictAction, /** What to do if volumes of same type overlap. */ + VolumeConflictActions:Vol_ConflictAction, /** What to do if volumes of same type overlap. */ Vol_Priority, /** Volume priority. */ } @@ -100,7 +100,7 @@ enum VolumeTeamFilters enum VolumeConflictActions { VolPriority = 0, /** Use the volume with highest priority, ignore others. */ - VolMerge /** Merge volume settings/attributes. Using priority if there's a merge conflict. */ + VolMerge /** Try to merge volume settings/attributes, or use priority if there's a merge conflict. */ } /**