Closed thomas-planchard closed 11 months ago
To be more precise, any entity (Pac-Man and ghosts) moving any other direction than down change the maze layout. Even going up change the maze.
The issue has been solved and the ghosts don't rewrite wrongly the maze after they pass on pixels.
Description
We have identified a critical issue affecting the display of the maze in the game. When a ghost moves horizontally, it appears to erase parts of the maze
Severity
2 - High
Version
Dev Branch (Merge pull request #40 from algosup/maze_to_back_buffer_ben)
System informations
Platform: MacOS Ventura: 13.4.1 DOSBox 0.74.2
Steps taken
Start a new game. Observe the maze layout. Observe Blinky Note the sections of the maze that get erased during the ghost's horizontal movement.
Expected result
The maze layout should remain intact during ghost movement.
Workaround or solution
No response
Other
No response