mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- added code for new network protocol (disabled by default as i need to test this on arm)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define BYTE_ORDER_H
|
||||
|
||||
#include <algorithm>
|
||||
#include "leak_dumper.h"
|
||||
|
||||
namespace Shared{ namespace PlatformByteOrder {
|
||||
|
||||
|
@@ -88,6 +88,7 @@ const char *GAME_ARGS[] = {
|
||||
"--disable-opengl-checks",
|
||||
"--disable-streflop-checks",
|
||||
"--debug-network-packets",
|
||||
"--enable-new-protocol",
|
||||
|
||||
"--verbose"
|
||||
|
||||
@@ -162,6 +163,7 @@ enum GAME_ARG_TYPE {
|
||||
GAME_ARG_DISABLE_STREFLOP_CAPS_CHECK,
|
||||
|
||||
GAME_ARG_DEBUG_NETWORK_PACKETS,
|
||||
GAME_ARG_ENABLE_NEW_PROTOCOL,
|
||||
|
||||
GAME_ARG_VERBOSE_MODE,
|
||||
|
||||
|
Reference in New Issue
Block a user