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

[BUG] deser_Gamestate() is not setting current_roomtype properly #110

Open
Tracked by #80
jgabaut opened this issue Jan 30, 2025 · 0 comments · May be fixed by #112
Open
Tracked by #80

[BUG] deser_Gamestate() is not setting current_roomtype properly #110

jgabaut opened this issue Jan 30, 2025 · 0 comments · May be fixed by #112
Assignees
Labels
bug Something isn't working

Comments

@jgabaut
Copy link
Owner

jgabaut commented Jan 30, 2025

As of 1.4.12, deser_Gamestate() is not setting current_roomtype properly:

deser->current_roomtype = deser->current_roomtype;

Should be

deser->current_roomtype = ser->current_roomtype; 
  • Version: >=1.4.8 ( >=1.4.4 when running with -X)
@jgabaut jgabaut added the bug Something isn't working label Jan 30, 2025
@jgabaut jgabaut self-assigned this Jan 30, 2025
@jgabaut jgabaut linked a pull request Jan 30, 2025 that will close this issue
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.

1 participant