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

Typo in 101_ia.tph #5

Closed
Salk73 opened this issue Apr 23, 2021 · 2 comments · Fixed by #8
Closed

Typo in 101_ia.tph #5

Salk73 opened this issue Apr 23, 2021 · 2 comments · Fixed by #8
Assignees
Labels
bug Something isn't working

Comments

@Salk73
Copy link

Salk73 commented Apr 23, 2021

I think there is a typo at line 48:

ACTION_IF (is iwd) BEGIN // GAME_IS totlm how

ACTION_IF (GAME_IS iwd) BEGIN // GAME_IS totlm how

@GwendolyneFreddy
Copy link
Collaborator

Good catch, but the correct command is

ACTION_IF (is_iwd) BEGIN

is_iwd being a variable defined in ALWAYS library.

Will fix it.

Thanks.

@Salk73
Copy link
Author

Salk73 commented Apr 23, 2021

My pleasure.

Keep up your excellent work!

@GwendolyneFreddy GwendolyneFreddy added the bug Something isn't working label May 14, 2021
@skellytz skellytz linked a pull request May 26, 2022 that will close this issue
@skellytz skellytz self-assigned this Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants