Activate Christabel location be default.

This commit is contained in:
Steve 2016-05-05 14:07:17 +01:00
parent ef9ce45aed
commit f0671b8ad8
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ void createChristabelLocation(void)
STRNCPY(l->name, "CristabelLocation", MAX_NAME_LENGTH);
l->x = e->x;
l->y = e->y;
l->size = 250;
l->active = 0;
l->size = 500;
l->active = 1;
l->x -= l->size / 2;
l->y -= l->size / 2;