We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93e1e7 commit 570ae46Copy full SHA for 570ae46
source/spritetools_entity.c
@@ -51,6 +51,7 @@ st_entity *ST_EntityCreateEntity(s64 x, s64 y, u8 animCount)
51
tempent->alpha = 0xFF;
52
tempent->dir = "east";
53
tempent->currentAnim = 0;
54
+ tempent->flags = 0;
55
56
return tempent;
57
}
0 commit comments