Skip to content

Fixing crash when visiting hMok in Passembloss#656

Open
Aidoneus wants to merge 2 commits intoKranX:masterfrom
Aidoneus:fix-pass-crash2
Open

Fixing crash when visiting hMok in Passembloss#656
Aidoneus wants to merge 2 commits intoKranX:masterfrom
Aidoneus:fix-pass-crash2

Conversation

@Aidoneus
Copy link
Copy Markdown
Contributor

No description provided.

#endif
}

extern bool IsCurrentPassPointable;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

univang and units it's part of vangers (not a lib), we don't need to use "extern" here, it's just enough add this variable to header.


pb -> cycleTable[pb -> currentStage].cirtQ = pb -> cycleTable[pb -> currentStage].cirtMAX;
sBunchSend(pb -> id, pb -> cycleTable[pb -> currentStage].cirtQ, pb -> currentStage);
IsCurrentPassPointable = WorldTable[CurrentWorld] -> pssTmax;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

pssTmax is integer, we can's set it to boolean.

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.

2 participants