Skip to content

Fix ped targeting marker being interiorless - #5256

Open
FileEX wants to merge 1 commit into
multitheftauto:masterfrom
FileEX:bugfix/ped_targettingmarker
Open

Fix ped targeting marker being interiorless#5256
FileEX wants to merge 1 commit into
multitheftauto:masterfrom
FileEX:bugfix/ped_targettingmarker

Conversation

@FileEX

@FileEX FileEX commented Aug 21, 2026

Copy link
Copy Markdown
Member

Summary

The targeting marker is not rendered if the ped is in a different interior.

Motivation

Fixes #5255

Test plan

srun p = createPed(0, me.position)
srun p.interior = 1

Checklist

  • Your code should follow the coding guidelines.
  • Smaller pull requests are easier to review. If your pull request is beefy, your pull request should be reviewable commit-by-commit.

@FileEX FileEX added the bugfix Solution to a bug of any kind label Aug 21, 2026

@vectorbasis vectorbasis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@Venomdev323

Copy link
Copy Markdown

#include "..\game_sa\CProjectileSA.h"
#include "../game_sa/CPlayerPedSA.h"

@FileEX

FileEX commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

Forward slashes are preferred for include paths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Solution to a bug of any kind

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ped targeting marker is interiorless

3 participants