Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up CheckPlrSpell #339

Merged
merged 1 commit into from Sep 27, 2018
Merged

Clean up CheckPlrSpell #339

merged 1 commit into from Sep 27, 2018

Conversation

AJenbo
Copy link
Member

@AJenbo AJenbo commented Sep 26, 2018

No description provided.

return;
}

UCHAR addflag = FALSE;
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this should be BOOL

Copy link
Member Author

Choose a reason for hiding this comment

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

With BOOL (32bit) it ends up as different ASM, i might could make it bool as that is 8bit and should still be exact.

Copy link
Contributor

Choose a reason for hiding this comment

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

Even if you fix the other function definitions (bool -> BOOL)?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks I totally missed that the 2td and 3td where bool and not BOOL. I also found another error where sTownSpell was also not set to BOOL but unsigned char, both are fixed now.

Copy link
Contributor

@mewmew mewmew left a comment

Choose a reason for hiding this comment

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

LGTM.

@mewmew mewmew merged commit b7dfcf5 into diasurgical:nightly Sep 27, 2018
@AJenbo AJenbo deleted the CheckPlrSpell branch September 28, 2018 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants