Set type of trap when saving.
This commit is contained in:
parent
284436f8c9
commit
9fdcf042ca
|
@ -202,6 +202,7 @@ static void save(cJSON *root)
|
||||||
|
|
||||||
t = (Trap*)self;
|
t = (Trap*)self;
|
||||||
|
|
||||||
|
cJSON_AddStringToObject(root, "type", t->sprite[0]->name);
|
||||||
cJSON_AddNumberToObject(root, "active", t->active);
|
cJSON_AddNumberToObject(root, "active", t->active);
|
||||||
cJSON_AddNumberToObject(root, "onTime", t->onTime);
|
cJSON_AddNumberToObject(root, "onTime", t->onTime);
|
||||||
cJSON_AddNumberToObject(root, "offTime", t->offTime);
|
cJSON_AddNumberToObject(root, "offTime", t->offTime);
|
||||||
|
|
Loading…
Reference in New Issue