Activate Christabel location be default.
This commit is contained in:
parent
ef9ce45aed
commit
f0671b8ad8
|
@ -95,8 +95,8 @@ void createChristabelLocation(void)
|
||||||
STRNCPY(l->name, "CristabelLocation", MAX_NAME_LENGTH);
|
STRNCPY(l->name, "CristabelLocation", MAX_NAME_LENGTH);
|
||||||
l->x = e->x;
|
l->x = e->x;
|
||||||
l->y = e->y;
|
l->y = e->y;
|
||||||
l->size = 250;
|
l->size = 500;
|
||||||
l->active = 0;
|
l->active = 1;
|
||||||
|
|
||||||
l->x -= l->size / 2;
|
l->x -= l->size / 2;
|
||||||
l->y -= l->size / 2;
|
l->y -= l->size / 2;
|
||||||
|
|
Loading…
Reference in New Issue