We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5c49e commit 6ecfe2fCopy full SHA for 6ecfe2f
code/weapon/trails.cpp
@@ -127,13 +127,6 @@ void trail_render( trail * trailp )
127
if (trailp->tail == trailp->head)
128
return;
129
130
- // if this trail is on the player ship, and he's in any padlock view except rear view, don't draw
131
- if ( (Player_ship != NULL) && trail_is_on_ship(trailp, Player_ship) &&
132
- (Viewer_mode & (VM_PADLOCK_UP | VM_PADLOCK_LEFT | VM_PADLOCK_RIGHT)) )
133
- {
134
- return;
135
- }
136
-
137
trail_info *ti = &trailp->info;
138
139
int n = trailp->tail;
0 commit comments