Give try_supply_commod() internal linkage
This commit is contained in:
parent
627e7d452d
commit
6709931d51
2 changed files with 1 additions and 2 deletions
|
@ -132,7 +132,7 @@ supply_commod(int own, int x, int y, i_type type, int total_wanted)
|
|||
/*
|
||||
* Just return the number you COULD get, without doing it
|
||||
*/
|
||||
int
|
||||
static int
|
||||
try_supply_commod(int own, int x, int y, i_type type, int total_wanted)
|
||||
{
|
||||
if (total_wanted < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue