[bot] Missing PLAYER_RECORDING_TYPE_* macros

This commit is contained in:
RD42 2024-10-06 22:32:00 +08:00
parent b2a6410482
commit 54cf0d305d
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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