Skip to content

Commit

Permalink
fix(DaedalusScript): Invalid instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Nov 12, 2023
1 parent b42055e commit c50a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenkit-capi/DaedalusScript.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typedef enum {
ZkDaedalusInstanceType_FightAi = 18,
ZkDaedalusInstanceType_SoundEffect = 19,
ZkDaedalusInstanceType_SoundSystem = 20,
ZkDaedalusInstanceType_Invalid = 20,
ZkDaedalusInstanceType_Invalid = 21,
} ZkDaedalusInstanceType;

typedef struct {
Expand Down

0 comments on commit c50a2fa

Please sign in to comment.