diff --git a/src/Back.h b/src/Back.h index 68ff03e8..aa5efad1 100644 --- a/src/Back.h +++ b/src/Back.h @@ -11,7 +11,7 @@ enum BACKGROUND_TYPE_BLACK = 4, // No background - just black 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 = 7, // Fancy parallax scrolling (used by bkFog) + BACKGROUND_TYPE_OUTSIDE = 7 // Fancy parallax scrolling (used by bkFog) }; typedef struct BACK diff --git a/src/Caret.cpp b/src/Caret.cpp index 75be00be..057b58d7 100644 --- a/src/Caret.cpp +++ b/src/Caret.cpp @@ -620,7 +620,7 @@ CARETFUNCTION gpCaretFuncTbl[18] = ActCaret14, ActCaret15, ActCaret16, - ActCaret17, + ActCaret17 }; void ActCaret(void)