Remove some trailing commas
This commit is contained in:
parent
90d57b7d1b
commit
d12ee0813f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -620,7 +620,7 @@ CARETFUNCTION gpCaretFuncTbl[18] =
|
||||||
ActCaret14,
|
ActCaret14,
|
||||||
ActCaret15,
|
ActCaret15,
|
||||||
ActCaret16,
|
ActCaret16,
|
||||||
ActCaret17,
|
ActCaret17
|
||||||
};
|
};
|
||||||
|
|
||||||
void ActCaret(void)
|
void ActCaret(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue