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 -5
View File
@@ -1,8 +1,7 @@
#ifndef __INTERFACE_PANELS
#define __INTERFACE_PANELS
typedef enum
enum
{
STANCEUP_BUTTON = 0,
UPDOWN_BUTTON,
@@ -22,8 +21,7 @@ typedef enum
NUM_SM_BUTTONS
};
typedef enum
enum
{
TEAM_DONE_BUTTON = 0,
TEAM_MAP_SCREEN_BUTTON,
@@ -36,7 +34,6 @@ typedef enum
#define NEW_ITEM_CYCLES 4
#define NUM_TEAM_SLOTS 10
#define PASSING_ITEM_DISTANCE_OKLIFE 3
#define PASSING_ITEM_DISTANCE_NOTOKLIFE 2