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

Update ExtendedBG.c #29

Open
sgsilva opened this issue Mar 9, 2021 · 0 comments
Open

Update ExtendedBG.c #29

sgsilva opened this issue Mar 9, 2021 · 0 comments

Comments

@sgsilva
Copy link

sgsilva commented Mar 9, 2021

i updated my Herc and when i was compile i got error

ExtendedBG.c: In function ‘area_flooritem’: ExtendedBG.c:2793:6: error: ‘struct map_interface’ has no member named ‘search_freecell’ map->search_freecell(NULL, m, &x, &y, range, range, 1); ^

to fix is olny change it

- map->search_freecell(NULL, m, &x, &y, range, range, 1);

for it

+ map->search_free_cell(NULL, m, &x, &y, range, range, 1);

i was try to make new Pull request, but i can't.

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

1 participant