From aea1643ed1e1b4531057b912e4f5ae4f4fe378d0 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 12 Nov 2012 04:55:33 +0000 Subject: [PATCH] - updated for debian compliance --- source/glest_game/types/unit_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/types/unit_type.h b/source/glest_game/types/unit_type.h index 0ed1dfa8..c0fa25f9 100644 --- a/source/glest_game/types/unit_type.h +++ b/source/glest_game/types/unit_type.h @@ -110,7 +110,7 @@ private: int maxUnitCount; - ///@todo remove fields, multiple fields are not supported by the engine + // remove fields, multiple fields are not supported by the engine bool fields[fieldCount]; //fields: land, sea or air Field field;