OpenRCT2/src/util
Michał Janiszewski b5b1957f58 Fix some left-shifts
An explicit `1` is considered signed by compiler, if `int` is 32 bit
long, a left shift `1 << 31` is undefined. Since the type of result is
the type of left shift operand, make sure we shift unsigned int so that
the behaviour is defined correctly.

Also one fix in peep code, where it would use too big value for
`item_extra_flags`.
2015-11-12 13:38:10 +01:00
..
sawyercoding.c fix several warnings 2015-11-06 18:50:37 +00:00
sawyercoding.h type and const fixes for sawyercoding 2015-10-12 23:09:49 +02:00
util.c Fix some left-shifts 2015-11-12 13:38:10 +01:00
util.h Add safe_strncpy function 2015-10-30 16:01:00 +01:00