mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Remove trailing semicolon from NET_EVENT_HANDLER macro
This commit is contained in:
parent
d2b105f216
commit
bc781c28e0
@ -64,7 +64,7 @@ struct SetGlobalState
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define SET_GLOBAL_STATE(ai) SetGlobalState _hlpSetState(ai);
|
#define SET_GLOBAL_STATE(ai) SetGlobalState _hlpSetState(ai)
|
||||||
|
|
||||||
#define NET_EVENT_HANDLER SET_GLOBAL_STATE(this)
|
#define NET_EVENT_HANDLER SET_GLOBAL_STATE(this)
|
||||||
#define MAKING_TURN SET_GLOBAL_STATE(this)
|
#define MAKING_TURN SET_GLOBAL_STATE(this)
|
||||||
|
@ -66,7 +66,7 @@ struct SetGlobalState
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define SET_GLOBAL_STATE(ai) SetGlobalState _hlpSetState(ai);
|
#define SET_GLOBAL_STATE(ai) SetGlobalState _hlpSetState(ai)
|
||||||
|
|
||||||
#define NET_EVENT_HANDLER SET_GLOBAL_STATE(this)
|
#define NET_EVENT_HANDLER SET_GLOBAL_STATE(this)
|
||||||
#define MAKING_TURN SET_GLOBAL_STATE(this)
|
#define MAKING_TURN SET_GLOBAL_STATE(this)
|
||||||
|
Loading…
Reference in New Issue
Block a user