(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
This commit is contained in:
@@ -112,7 +112,7 @@ void NPFFillWithOrderData(NPFFindStationOrTileData* fstd, Vehicle* v);
|
||||
*/
|
||||
static inline bool NPFGetFlag(const AyStarNode* node, NPFNodeFlag flag)
|
||||
{
|
||||
return HASBIT(node->user_data[NPF_NODE_FLAGS], flag);
|
||||
return HasBit(node->user_data[NPF_NODE_FLAGS], flag);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user