mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user