File reloading start

This commit is contained in:
2023-01-13 19:07:44 +00:00
parent d2cbc61164
commit d6797a7f24
5 changed files with 45 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ struct gameobject {
float e; /* elasticity */
int flipx; /* 1 or -1 */
int flipy;
cpBody *body;
cpBody *body; /* NULL if this object is dead */
int id;
struct phys_cbs cbs;
};