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

Incorrect Enemy State Restoration After Loading Saved Game #1 #1

Open
amirbibi opened this issue May 4, 2023 · 0 comments
Open

Incorrect Enemy State Restoration After Loading Saved Game #1 #1

amirbibi opened this issue May 4, 2023 · 0 comments

Comments

@amirbibi
Copy link
Owner

amirbibi commented May 4, 2023

There appears to be an issue with the game state restoration when loading a saved game. Specifically, when a saved game is loaded, some previously defeated enemies reappear as if they were still alive.

Steps to reproduce the issue:

  1. Start a new game.
  2. Save the game.
  3. Defeat some of the enemy characters.
  4. Load the saved game.

Expected behavior:
Upon loading the saved game, the game state should be restored to the exact point it was saved, with the same enemies defeated.

Actual behavior:
When the saved game is loaded, some previously defeated enemies reappear and are active in the game as if they were never defeated.

This issue impacts the gaming experience, as it does not accurately maintain the player's progress upon loading a saved game. It is essential to identify the root cause of the problem and implement a fix to ensure proper game state restoration.

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