Remove some trailing commas

This commit is contained in:
Clownacy 2020-08-05 22:09:05 +01:00
parent 90d57b7d1b
commit d12ee0813f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ enum
BACKGROUND_TYPE_BLACK = 4, // No background - just black BACKGROUND_TYPE_BLACK = 4, // No background - just black
BACKGROUND_TYPE_AUTOSCROLL = 5, // Constantly scrolls to the left (used by Ironhead) BACKGROUND_TYPE_AUTOSCROLL = 5, // Constantly scrolls to the left (used by Ironhead)
BACKGROUND_TYPE_OUTSIDE_WITH_WIND = 6, // Fancy parallax scrolling, items are blown to the left (used by bkMoon) BACKGROUND_TYPE_OUTSIDE_WITH_WIND = 6, // Fancy parallax scrolling, items are blown to the left (used by bkMoon)
BACKGROUND_TYPE_OUTSIDE = 7, // Fancy parallax scrolling (used by bkFog) BACKGROUND_TYPE_OUTSIDE = 7 // Fancy parallax scrolling (used by bkFog)
}; };
typedef struct BACK typedef struct BACK

View file

@ -620,7 +620,7 @@ CARETFUNCTION gpCaretFuncTbl[18] =
ActCaret14, ActCaret14,
ActCaret15, ActCaret15,
ActCaret16, ActCaret16,
ActCaret17, ActCaret17
}; };
void ActCaret(void) void ActCaret(void)