Record Detail

Compile Error

/in/game.cpp: In function 'void MovePacman(Game*, Direction)':
/in/game.cpp:172:23: error: 'Game {aka struct game}' has no member named 'reatcounts'; did you mean 'restcounts'?
             if (game->reatcounts==0){
                       ^~~~~~~~~~
                       restcounts
/in/game.cpp:231:35: error: 'Game {aka struct game}' has no member named 'reatcounts'; did you mean 'restcounts'?
                         if (game->reatcounts==0){
                                   ^~~~~~~~~~
                                   restcounts

Information

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