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

Building count not correct #141

Open
athach opened this issue Feb 28, 2022 · 2 comments
Open

Building count not correct #141

athach opened this issue Feb 28, 2022 · 2 comments

Comments

@athach
Copy link

athach commented Feb 28, 2022

I have several goldsmiths but the game says I dont have any:
quicksave-28-02-22-20-56-02.zip

a

@athach
Copy link
Author

athach commented Dec 14, 2022

Fix, Player.ReadFrom and Player.SaveTo:
from
for (int i = 0; i < 23; ++i)
to
for (int i = 0; i < Global.NUM_BUILDING_TYPES; ++i)

@tlongstretch
Copy link

thanks I think this is wrong in Freeserf also but I never bothered to look into it

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

No branches or pull requests

2 participants