Introducing a new server announcement message to fix network games. Currently broken.
This commit is contained in:
Vendored
-3
@@ -16,7 +16,6 @@
|
||||
#include <NativeInteger.h>
|
||||
#include "GuestLogin.h"
|
||||
#include "AuthenticatedLogin.h"
|
||||
#include "StatisticsLogin.h"
|
||||
#include <constr_CHOICE.h>
|
||||
#include <constr_SEQUENCE.h>
|
||||
|
||||
@@ -29,7 +28,6 @@ typedef enum login_PR {
|
||||
login_PR_NOTHING, /* No components present */
|
||||
login_PR_guestLogin,
|
||||
login_PR_authenticatedLogin,
|
||||
login_PR_statisticsLogin,
|
||||
/* Extensions may appear below */
|
||||
|
||||
} login_PR;
|
||||
@@ -43,7 +41,6 @@ typedef struct InitMessage {
|
||||
union InitMessage__login_u {
|
||||
GuestLogin_t guestLogin;
|
||||
AuthenticatedLogin_t authenticatedLogin;
|
||||
StatisticsLogin_t statisticsLogin;
|
||||
/*
|
||||
* This type is extensible,
|
||||
* possible extensions are below.
|
||||
|
||||
Reference in New Issue
Block a user