mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Error fix
This commit is contained in:
parent
d1348de690
commit
c5235a340b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue