mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r6387) Fix: removed OSX specific warning
This commit is contained in:
parent
9aa84ab2d2
commit
619f884cc5
@ -960,7 +960,7 @@ static void NewgrfWndProc(Window *w, WindowEvent *e)
|
|||||||
|
|
||||||
// draw grf id
|
// draw grf id
|
||||||
x = DrawString(5, 209, STR_NEWGRF_GRF_ID, 0);
|
x = DrawString(5, 209, STR_NEWGRF_GRF_ID, 0);
|
||||||
snprintf(_userstring, lengthof(_userstring), "%08X", BSWAP32(_sel_grffile->grfid));
|
snprintf(_userstring, lengthof(_userstring), "%08X", (uint32)BSWAP32(_sel_grffile->grfid));
|
||||||
DrawString(x + 2, 209, STR_SPEC_USERSTRING, 0x01);
|
DrawString(x + 2, 209, STR_SPEC_USERSTRING, 0x01);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
Reference in New Issue
Block a user