add userdata initialization to default ecx_contextt

This commit is contained in:
Alex Brinkman 2021-02-18 09:30:33 -08:00
parent 9a077ddd39
commit bb303a645f
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ ecx_contextt ecx_context = {
&ec_FMMU, // .eepFMMU =
NULL, // .FOEhook()
NULL, // .EOEhook()
0 // .manualstatechange
0, // .manualstatechange
NULL, // .userdata
};
#endif