Add missing object event defaults
This commit is contained in:
parent
469ea40984
commit
c9d244bf9b
1 changed files with 2 additions and 2 deletions
|
@ -202,10 +202,10 @@ void ObjectEvent::setDefaultValues(Project *project) {
|
|||
this->setMovement(project->movementTypes.first());
|
||||
this->setScript("NULL");
|
||||
this->setTrainerType(project->trainerTypes.value(0, "0"));
|
||||
|
||||
this->setFlag("0");
|
||||
this->setRadiusX(0);
|
||||
this->setRadiusY(0);
|
||||
|
||||
this->setSightRadiusBerryTreeID("0");
|
||||
this->setFrameFromMovement(project->facingDirections.value(this->getMovement()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue