mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: Use SQInteger for generic numbers in script_tilelist
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
* @pre radius > 0.
|
||||
* @note A station part built on any of the returned tiles will give you coverage.
|
||||
*/
|
||||
ScriptTileList_IndustryAccepting(IndustryID industry_id, int radius);
|
||||
ScriptTileList_IndustryAccepting(IndustryID industry_id, SQInteger radius);
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
* @pre radius > 0.
|
||||
* @note A station part built on any of the returned tiles will give you acceptance.
|
||||
*/
|
||||
ScriptTileList_IndustryProducing(IndustryID industry_id, int radius);
|
||||
ScriptTileList_IndustryProducing(IndustryID industry_id, SQInteger radius);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user