game->SetFreqAndShip parameter order doesn't match name

Issue #4 resolved
Former user created an issue

Currently, game has SetFreqAndShip(Player *p, int ship, int freq), where the ship comes before the frequency.

My proposed solution is to rename the function to SetShipAndFreq. All modules using this function will have to be updated.

Comments (3)

  1. Log in to comment