From bd6f7b29fc75301ef50f0a358ebfd897b7bb9679 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 5 Dec 2018 20:08:48 +0000 Subject: [PATCH] Fix incorrect description of TraceRestrictPathfinderPenaltyAuxField enum --- src/tracerestrict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracerestrict.h b/src/tracerestrict.h index 17fff7e509..260644128f 100644 --- a/src/tracerestrict.h +++ b/src/tracerestrict.h @@ -214,7 +214,7 @@ enum TraceRestrictPhysPropRatioCondAuxField { }; /** - * TraceRestrictItem auxiliary type field, for order type conditionals + * TraceRestrictItem auxiliary type field, for TRIT_PF_PENALTY */ enum TraceRestrictPathfinderPenaltyAuxField { TRPPAF_VALUE = 0, ///< value field is a the pathfinder penalty to use