SW: Prevent invalid array access in drawoverheadmap()
Player array was being indexed by -1 in overhead map drawing code, so added a check to make sure this won't happen.
Player array was being indexed by -1 in overhead map drawing code, so added a check to make sure this won't happen.