From f12043a1f1ffca5e46de3583c4ec6ab9097ac213 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 17 Sep 2004 12:55:52 +0000 Subject: [PATCH] Doc fix. --- src/lib/global/constants.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/global/constants.c b/src/lib/global/constants.c index 9436e938..8eab86f8 100644 --- a/src/lib/global/constants.c +++ b/src/lib/global/constants.c @@ -94,8 +94,8 @@ int land_max_interdiction_range = 8; double mission_mob_cost = 0.0; /* Cost is percentage of max mob */ -double unit_damage = 0.30; /* Units take this % of normal damage */ -double people_damage = 1.00; /* Civs/Mil/Uw take this % of normal damage */ +double unit_damage = 0.30; /* Units take this fraction of normal damage */ +double people_damage = 1.00; /* Civs/mil/uw take this fraction of damage */ double collateral_dam = 0.10; /* Side effect damage to sector */ double assault_penalty = 0.50; /* attack factor for para & assault troops */