ref: 168f69adf21b75f90deba4bf114f35941d7fd656
parent: 2266a5ee6d883fe8a75b7aa3a08c7ed8b21587fa
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Mar 6 19:18:48 EST 2019
Shut up some -pedantic warnings
--- a/src/Draw.h
+++ b/src/Draw.h
@@ -47,7 +47,7 @@
SURFACE_ID_CREDIT_CAST = 35,
SURFACE_ID_CREDITS_IMAGE = 36,
SURFACE_ID_CASTS = 37,
- SURFACE_ID_MAX = 40,
+ SURFACE_ID_MAX = 40
} Surface_Ids;
struct SURFACE;
--- a/src/KeyControl.h
+++ b/src/KeyControl.h
@@ -31,7 +31,7 @@
KEY_ALT_UP = 0x00180000,
//Alt up actually has 2 seperate keys, but they're kind of merged together (and also for some reason the second one is +/=)
KEY_L = 0x00080000,
- KEY_PLUS = 0x00100000,
+ KEY_PLUS = 0x00100000
};
extern int gKey;
--- a/src/NpChar.h
+++ b/src/NpChar.h
@@ -24,7 +24,7 @@
npc_altDir = 0x1000, //Spawn facing to the right (or however the npc interprets the direction as)
npc_interact = 0x2000, //Run event when interacted with
npc_hideSet = 0x4000, //Hide when flag is set
- npc_showDamage = 0x8000, //Show #Damage taken
+ npc_showDamage = 0x8000 //Show #Damage taken
};
struct NPCHAR
--- a/src/Sound.h
+++ b/src/Sound.h
@@ -86,7 +86,7 @@
mus_LivingWaterway = 0x26,
mus_SealChamber = 0x27,
mus_TorokosTheme = 0x28,
- mus_White = 0x29,
+ mus_White = 0x29
};
#define SOUND_NO 0x100