mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Modernize ECommandTarget_t enum
This commit is contained in:
parent
a875cd490c
commit
e755961d77
@ -20,14 +20,14 @@ public:
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Command buffer context
|
||||
//-----------------------------------------------------------------------------
|
||||
typedef enum
|
||||
enum class ECommandTarget_t : int
|
||||
{
|
||||
CBUF_FIRST_PLAYER = 0,
|
||||
CBUF_LAST_PLAYER = MAX_SPLITSCREEN_CLIENTS - 1,
|
||||
CBUF_SERVER = CBUF_LAST_PLAYER + 1,
|
||||
|
||||
CBUF_COUNT,
|
||||
} ECommandTarget_t;
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Sources of console commands
|
||||
|
Loading…
x
Reference in New Issue
Block a user