Skip to content

Update III CRunningScript.h - #322

Open
firedihm wants to merge 1 commit into
DK22Pac:masterfrom
firedihm:patch-1
Open

Update III CRunningScript.h#322
firedihm wants to merge 1 commit into
DK22Pac:masterfrom
firedihm:patch-1

Conversation

@firedihm

Copy link
Copy Markdown

GTA 3's CRunningScript never had m_bIsActive flag, only VC did. In VC that flag was seldom used to track script's activity (running/terminated), but it was redundant since game already did this with 2 lists: pActiveScripts and pIdleScripts

Moreover, the order of flags is wrong in current definition. Also, m_bAwake can have it's name changed to proposed m_bSkipWakeTime to better reflect it's function.

@firedihm

firedihm commented Jul 27, 2026

Copy link
Copy Markdown
Author

#323 name change for a flag proposed for GTAVC as well

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant