Skip to content
Snippets Groups Projects

Jehoiakim

Merged KINGNE NGOUMETEU Jehoiakim requested to merge Jehoiakim into master
6 files
+ 47
23
Compare changes
  • Side-by-side
  • Inline

Files

  • ac5ae779
    go · ac5ae779
    user authored
+ 1
1
@@ -49,7 +49,7 @@ void FearfulBehaviour::move(int xLim, int yLim, Animal& pet, Environment& myEnvi
orientation = M_PI-orientation;
speed = pet.getMaxSpeed();
cout << "Orientation Updated and neigbors are " << nb_neighbors << endl;
//cout << "Orientation Updated and neigbors are " << nb_neighbors << endl;
}
Loading