forked from mirror/OpenTTD
(svn r2390) - Codechange: Fix some warnings on GCC 4.0.0
This commit is contained in:
@@ -67,6 +67,7 @@ Order UnpackVersion4Order(uint16 packed)
|
||||
order.flags = (packed & 0x00F0) >> 4;
|
||||
order.station = (packed & 0xFF00) >> 8;
|
||||
order.next = NULL;
|
||||
order.index = 0; // avoid compiler warning
|
||||
return order;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user