fixed stack corruption after refactor?

This commit is contained in:
Hane 2023-09-11 20:37:33 +02:00
commit 6227a366c3
5 changed files with 18 additions and 14 deletions

View file

@ -35,6 +35,7 @@ enum Roles {
};
struct NGuid {
//todo: still leaking?
uint32_t data1;
uint16_t data2;
uint16_t data3;