(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help)

This commit is contained in:
Darkvater
2006-02-03 21:51:42 +00:00
parent 6dd2affaad
commit c5a669b39f
5 changed files with 29 additions and 24 deletions

View File

@@ -194,7 +194,7 @@ static const uint16 * const _legend_table[] = {
_legend_industries_candy,
};
#if defined(TTD_ALIGNMENT_4)
#if defined(OTTD_ALIGNMENT)
static inline void WRITE_PIXELS(Pixel* d, uint32 val)
{
# if defined(TTD_BIG_ENDIAN)