Update light.cpp

master
rarkenin 2013-03-17 16:37:10 -03:00
parent 7851dc187c
commit 25829c6dbc
1 changed files with 14 additions and 14 deletions

View File

@ -124,20 +124,20 @@ u8 light_decode_table[LIGHT_MAX+1] =
// Use for debugging in dark
u8 light_decode_table[LIGHT_MAX+1] =
{
58,
64,
72,
80,
88,
98,
109,
121,
135,
150,
167,
185,
206,
229,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
255,
};
#endif