Commit f76bf1b
authored
Fix 'show-ship` not working (#6860)
Small one-line fix that follows up #6849. That PR removed the `!(Viewer_mode & VM_EXTERNAL))` check within a section of `ship_render_player_ship` to optimize insignia rendering, but turns out that check is needed to ensure `show-ship` properly works. This PR restores that check to fix this bug, and ideally the thoughts about slightly optimizing insignias can be considered later.
Tested and works as expected.1 parent 755c4c4 commit f76bf1b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8185 | 8185 | | |
8186 | 8186 | | |
8187 | 8187 | | |
8188 | | - | |
| 8188 | + | |
8189 | 8189 | | |
8190 | 8190 | | |
8191 | 8191 | | |
| |||
0 commit comments