mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[bot] Missing PLAYER_RECORDING_TYPE_*
macros
This commit is contained in:
parent
b2a6410482
commit
54cf0d305d
@ -2,6 +2,7 @@
|
|||||||
#include "../main.h"
|
#include "../main.h"
|
||||||
#include "../../raknet/SocketDataEncryptor.h"
|
#include "../../raknet/SocketDataEncryptor.h"
|
||||||
#include "../mathutils.h"
|
#include "../mathutils.h"
|
||||||
|
#include "../unnamed_1.h"
|
||||||
|
|
||||||
#define NETGAME_VERSION 4057
|
#define NETGAME_VERSION 4057
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
#define GAMESTATE_RESTARTING 5
|
#define GAMESTATE_RESTARTING 5
|
||||||
|
|
||||||
|
#define PLAYER_RECORDING_TYPE_NONE 0
|
||||||
|
#define PLAYER_RECORDING_TYPE_DRIVER 1
|
||||||
|
#define PLAYER_RECORDING_TYPE_ONFOOT 2
|
||||||
|
|
||||||
//----------------------------------------------------
|
//----------------------------------------------------
|
||||||
|
|
||||||
class CNetGame // size: 910 bytes
|
class CNetGame // size: 910 bytes
|
||||||
|
Loading…
Reference in New Issue
Block a user