diff options
Diffstat (limited to 'src/components.hpp')
| -rw-r--r-- | src/components.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components.hpp b/src/components.hpp index 81ac468..8e73892 100644 --- a/src/components.hpp +++ b/src/components.hpp @@ -96,8 +96,8 @@ struct CompInstance { struct pke_component_event { const pk_ev_mgr_id_T ev_mgr_id = 0; pk_ev_id_T ev_id = pk_ev_id_T_MAX; - EntityHandle entity_handle; - PkeEventHandle pke_event_handle; + EntityHandle entity_handle = EntityHandle_MAX; + PkeEventHandle pke_event_handle = PkeEventHandle_MAX; pk_uuid uuid = pk_uuid_max; }; |
