From 1377e48910c1bef1829c67740360b0a8309239a1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 22 Jun 2013 01:16:40 +0200 Subject: Reverted enum values to fix UT regression --- src/graphics/engine/lightman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/graphics/engine/lightman.h b/src/graphics/engine/lightman.h index 9677555..a2f6044 100644 --- a/src/graphics/engine/lightman.h +++ b/src/graphics/engine/lightman.h @@ -71,9 +71,9 @@ struct LightProgression */ enum LightPriority { - LIGHT_PRI_HIGHEST = 1, //!< always highest weight (always picked) - LIGHT_PRI_HIGH = 2, //!< high weight - LIGHT_PRI_LOW = 3 //!< low weight + LIGHT_PRI_HIGHEST = 0, //!< always highest weight (always picked) + LIGHT_PRI_HIGH = 1, //!< high weight + LIGHT_PRI_LOW = 2 //!< low weight }; /** -- cgit v1.2.3-1-g7c22