Fix: compiler warnings

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8471 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2017-09-13 20:01:48 +00:00
parent b6dde6a0da
commit 2fe522db4b
10 changed files with 22 additions and 32 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ enum SoldierBodyTypes
// RGM = Regular Male
// (RG) = Body desc ( Regular - RG, Short Stocky ( SS ), etc
// (M) = Sex, Male, female
typedef enum
typedef enum AnimationSurfaceTypes
{
RGMBASICWALKING = 0,
RGMSTANDING,
@@ -615,7 +615,7 @@ BGMWITHSTONE,
} AnimationSurfaceTypes;
// Enumerations for struct data
typedef enum
enum
{
S_STRUCT,
C_STRUCT,