mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- more byte order logic
- added new network packet debug
This commit is contained in:
@@ -87,6 +87,7 @@ const char *GAME_ARGS[] = {
|
||||
|
||||
"--disable-opengl-checks",
|
||||
"--disable-streflop-checks",
|
||||
"--debug-network-packets",
|
||||
|
||||
"--verbose"
|
||||
|
||||
@@ -160,6 +161,8 @@ enum GAME_ARG_TYPE {
|
||||
GAME_ARG_DISABLE_OPENGL_CAPS_CHECK,
|
||||
GAME_ARG_DISABLE_STREFLOP_CAPS_CHECK,
|
||||
|
||||
GAME_ARG_DEBUG_NETWORK_PACKETS,
|
||||
|
||||
GAME_ARG_VERBOSE_MODE,
|
||||
|
||||
GAME_ARG_END
|
||||
|
Reference in New Issue
Block a user