summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-09-14 21:29:10 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-09-14 21:29:10 +0000
commit9ac630f0522481ad14703661d95e8ab83c137f35 (patch)
tree3589ad4108347272175659ad8c0781923b7e1585 /source/sv_init.c
parentbdf23183ce77f2d08f655c90fddfc6da6f946728 (diff)
Fixed several major MVD related bugs. MVD features are functional now.
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_init.c b/source/sv_init.c
index ffb013f..e069fb7 100644
--- a/source/sv_init.c
+++ b/source/sv_init.c
@@ -134,7 +134,7 @@ void SV_SpawnServer( const char *server, const char *spawnpoint ) {
// all precaches are complete
sv.state = ss_game;
- // respawn dummy MVD client
+ // respawn dummy MVD client and set base states
SV_MvdSpawnDummy();
LIST_FOR_EACH( tcpClient_t, t, &svs.mvdClients, mvdEntry ) {