mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Missing semicolon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user