Verifying commit pushing works.
This commit is contained in:
parent
b6b9089422
commit
3650b94363
@ -282,7 +282,7 @@ void Monster::Collision(Monster&m){
|
|||||||
Collision();
|
Collision();
|
||||||
}
|
}
|
||||||
void Monster::Collision(){
|
void Monster::Collision(){
|
||||||
if(strategy==RUN_TOWARDS&&state==MOVE_TOWARDS){
|
if(strategy==RUN_TOWARDS&&state==MOVE_TOWARDS){
|
||||||
state=NORMAL;
|
state=NORMAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user