add userdata initialization to default ecx_contextt
This commit is contained in:
parent
9a077ddd39
commit
bb303a645f
|
@ -118,7 +118,8 @@ ecx_contextt ecx_context = {
|
|||
&ec_FMMU, // .eepFMMU =
|
||||
NULL, // .FOEhook()
|
||||
NULL, // .EOEhook()
|
||||
0 // .manualstatechange
|
||||
0, // .manualstatechange
|
||||
NULL, // .userdata
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue