mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
some tweaking
This commit is contained in:
parent
a75876f248
commit
9b1b57a523
5 changed files with 141 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue