From 9b1b57a52390ecc98c27b2f923052511c387ba3d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 2 Feb 2011 18:46:14 +0200 Subject: some tweaking --- src/light.cpp | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/light.cpp') diff --git a/src/light.cpp b/src/light.cpp index fec800874..c0255f7fb 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -29,6 +29,24 @@ with this program; if not, write to the Free Software Foundation, Inc., u8 light_decode_table[LIGHT_MAX+1] = { 0, +7, +11, +15, +21, +29, +42, +53, +69, +85, +109, +135, +167, +205, +255, +}; +/*u8 light_decode_table[LIGHT_MAX+1] = +{ +0, 6, 8, 11, @@ -43,7 +61,7 @@ u8 light_decode_table[LIGHT_MAX+1] = 143, 191, 255, -}; +};*/ /*u8 light_decode_table[LIGHT_MAX+1] = { 0, -- cgit v1.2.3