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

One more crash #37

Closed
blackborn66 opened this issue Apr 16, 2023 · 2 comments
Closed

One more crash #37

blackborn66 opened this issue Apr 16, 2023 · 2 comments

Comments

@blackborn66
Copy link
Contributor

Another situation leads to a crash of the IDE in 0.8.2 and 0.9.0

OPTION EXPLICIT

TYPE GameGrid
    player AS Integer
    nTake AS Integer
    cx AS Integer
    cy AS Integer
END TYPE

DIM SHARED GG(8, 8) AS GameGrid
DIM SHARED HUMAN AS Integer

SUB InitGame
    HUMAN = 4
    GG(5, 5).player = HUMAN
END SUB
@gooofy
Copy link
Owner

gooofy commented May 4, 2023

works for me - maybe my fixes for #42 or #44 fixed this one as well, can you confirm?

@blackborn66
Copy link
Contributor Author

Yes it's working now!

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