summaryrefslogtreecommitdiff
path: root/source/mvd_local.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-14 17:33:21 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-14 17:33:21 +0000
commit2ff447b2019b5696375fbc09d87416345418cd9a (patch)
tree615463d291db654810589e9c923e39546550c5b5 /source/mvd_local.h
parent9b25ad2f9f46ea731f6834a96536859e8764ab28 (diff)
Added `sv_mvd_bufsize', `sv_mvd_disconnect_time', `sv_mvd_suspend_time' cvars.
MVD dummy no longer attempts to reopen the scoreboard while suspended. Extended maximum MVD/GTV client message size to 256 bytes. Don't break message order client expects in parse_stream_start(). Support maxclients value change between MVD gamestates. Added `mvd_suspend_time', `mvd_username', `mvd_password' cvars. Fixed MVD client retry backoff time.
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r--source/mvd_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h
index a281bcd..685539c 100644
--- a/source/mvd_local.h
+++ b/source/mvd_local.h
@@ -90,7 +90,9 @@ typedef struct {
typedef enum {
MVD_DEAD, // no gamestate received yet, unusable
MVD_WAITING, // buffering more frames
- MVD_READING // reading frames
+ MVD_READING, // reading frames
+
+ MVD_NUM_STATES
} mvd_state_t;
struct gtv_s;