mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-13 21:45:17 +03:00
Missing semicolon
This commit is contained in:
parent
2b9b387539
commit
a466e0d75a
@ -18,7 +18,7 @@ DEFINE_EVENT(DrawRadarHUDEvent);
|
||||
DEFINE_EVENT(DrawBoostGaugeHUDEvent);
|
||||
DEFINE_EVENT(DrawBombCounterHUDEvent);
|
||||
DEFINE_EVENT(DrawIncomingMsgHUDEvent);
|
||||
DEFINE_EVENT(PreSetupRadioMsgEvent, s32* radioRedBox);
|
||||
DEFINE_EVENT(PreSetupRadioMsgEvent, s32* radioRedBox;);
|
||||
DEFINE_EVENT(DrawGoldRingsHUDEvent);
|
||||
DEFINE_EVENT(DrawLivesCounterHUDEvent);
|
||||
DEFINE_EVENT(DrawTrainingRingPassCountHUDEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user