diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-08 03:31:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 21:31:57 -0400 |
| commit | 714f43b9e9395bfe654f0c8c371157db03849d5e (patch) | |
| tree | 20f90c67d0807ca7009e547da6f2a0826ea2b8de /src/code | |
| parent | d3d5898f17ba1177e6f5098a64fa55e5f6279757 (diff) | |
Commit `do_action_static` (#2597)
* Commit `do_action_static`
* fix
* rm do_action_static from write_source.txt
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_construct.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index fd34ce673..0f737145e 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -10,6 +10,8 @@ #include "play_state.h" #include "save.h" +#include "assets/textures/do_action_static/do_action_static.h" + void Interface_Destroy(PlayState* play) { Map_Destroy(play); } |
