Skip to content
Snippets Groups Projects

Master

6 files
+ 51
24
Compare changes
  • Side-by-side
  • Inline

Files

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