Record Detail

Compile Error

/in/game.cpp: In function 'void MovePacman(Game*, Direction)':
/in/game.cpp:207:26: error: 'Game {aka struct game}' has no member named 'ghost'; did you mean 'ghosts'?
                 if(game->ghost[i].underneath == empty) {
                          ^~~~~
                          ghosts

Information

Submit By
Type
Submission
Homework
Lab 6: Pacman
Language
C++
Submit At
2024-12-09 14:42:23
Judged At
2024-12-09 14:42:23
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes