mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r8845) -Fix
Remove pointless and out of context comment
This commit is contained in:
parent
31be3c6fac
commit
17dd1b7126
@ -181,8 +181,6 @@ static inline uint16 ReadLE16Unaligned(const void* x)
|
|||||||
#define ALIGN(x, n) (((x) + (n) - 1) & ~((n) - 1))
|
#define ALIGN(x, n) (((x) + (n) - 1) & ~((n) - 1))
|
||||||
|
|
||||||
/** return the largest value that can be entered in a variable.
|
/** return the largest value that can be entered in a variable.
|
||||||
* known to work for uint32.
|
|
||||||
* used by TGP to set the max value of the _patches.generation_seed in its definition
|
|
||||||
*/
|
*/
|
||||||
#define MAX_UVALUE(type) ((type)~(type)0)
|
#define MAX_UVALUE(type) ((type)~(type)0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user