shithub: cstory

Download patch

ref: d12ee0813f59299bf1cebf13d72cfe22985c9de4
parent: 90d57b7d1bdfdefe9bcaa6b1e3820da05477f7d0
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Aug 5 18:09:05 EDT 2020

Remove some trailing commas

--- a/src/Back.h
+++ b/src/Back.h
@@ -11,7 +11,7 @@
 	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
--- a/src/Caret.cpp
+++ b/src/Caret.cpp
@@ -620,7 +620,7 @@
 	ActCaret14,
 	ActCaret15,
 	ActCaret16,
-	ActCaret17,
+	ActCaret17
 };
 
 void ActCaret(void)