Error fix

This commit is contained in:
L 2023-05-01 00:25:22 +02:00
parent d1348de690
commit c5235a340b

View file

@ -259,7 +259,7 @@ typedef struct ClientGameCommandManager_s {
short index;
short delta;
union {
void (*__pfn) (ClientGameCommandManager* this);
void (*__pfn) ();
short int __delta2;
} __pfn_or_delta2;
} endblockfcn;