Skip to content

SW: Prevent invalid array access in drawoverheadmap()

sirlemonhead requested to merge sirlemonhead/eduke32:voidsw-mapfix into master

Player array was being indexed by -1 in overhead map drawing code, so added a check to make sure this won't happen.

Merge request reports