version 1.354 | | version 1.355 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | socket/request.c: Fix range checking of toggleextendedtext parameters. |
| | Andreas Kirschbaum 2005-08-17 |
| | |
The following fix code that basically does "for(x = pos-5; x < pos+5; x++)". | | The following fix code that basically does "for(x = pos-5; x < pos+5; x++)". |
This is not correct because it includes "pos-5" but not "pos+5". | | This is not correct because it includes "pos-5" but not "pos+5". |
common/los.c: Make lighted distance equal in all directions. | | common/los.c: Make lighted distance equal in all directions. |