mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-25 09:59:02 +01:00
Merge pull request #103 from LuKP17/draw-internal-rescue
Ship drawn when rescued in internal view
This commit is contained in:
commit
90702ce171
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void ships_draw(void) {
|
|||
// Ship models
|
||||
for (int i = 0; i < len(g.ships); i++) {
|
||||
if (
|
||||
flags_is(g.ships[i].flags, SHIP_VIEW_INTERNAL) ||
|
||||
(flags_is(g.ships[i].flags, SHIP_VIEW_INTERNAL) && flags_not(g.ships[i].flags, SHIP_IN_RESCUE)) ||
|
||||
(g.race_type == RACE_TYPE_TIME_TRIAL && i != g.pilot)
|
||||
) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue