Show jumpgate and components as white on radar.
This commit is contained in:
parent
64b85f122e
commit
e0adc2baee
|
@ -88,7 +88,7 @@ void drawRadar(void)
|
|||
SDL_SetRenderDrawColor(app.renderer, 255, 255, 255, 255);
|
||||
}
|
||||
|
||||
if (e->type == ET_MINE)
|
||||
if (e->type == ET_MINE || e->type == ET_JUMPGATE || (e->owner && e->owner->type == ET_JUMPGATE))
|
||||
{
|
||||
SDL_SetRenderDrawColor(app.renderer, 255, 255, 255, 255);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue