Skip to content
Snippets Groups Projects

Jehoiakim

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

Files

+ 2
1
@@ -59,7 +59,8 @@ Animal::Animal( const Animal & a ){
isMultiple = 1;
//behaviour = new KamikazeBehaviour();
behaviour = FearfulBehaviour::getBehaviourInstance();
//behaviour = FearfulBehaviour::getBehaviourInstance();
behaviour = a.behaviour;
color = new T[ 3 ];
memcpy( color, a.color, 3*sizeof(T) );}
Loading