mirror of
https://github.com/HomeworldSDL/HomeworldSDL.git
synced 2025-12-01 12:00:02 +00:00
Merge remote-tracking branch 'creideiki/master'
Mostly for the .gitignore
This commit is contained in:
@ -741,6 +741,9 @@ void kasfGrowSelectionClear(GrowSelection *ships)
|
||||
|
||||
sdword kasfShipsCount(GrowSelection *ships)
|
||||
{
|
||||
if (ships == NULL)
|
||||
return 0;
|
||||
|
||||
return ships->selection->numShips;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user