summaryrefslogtreecommitdiff
path: root/source/mvd_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_game.c')
-rw-r--r--source/mvd_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_game.c b/source/mvd_game.c
index 2a6bff1..76fac6d 100644
--- a/source/mvd_game.c
+++ b/source/mvd_game.c
@@ -425,7 +425,7 @@ void MVD_SwitchChannel( udpClient_t *client, mvd_t *mvd ) {
cl->gamedir = mvd->gamedir;
cl->mapname = mvd->configstrings[CS_NAME];
cl->configstrings = ( char * )mvd->configstrings;
- cl->number = mvd->clientNum;
+ cl->slot = mvd->clientNum;
cl->cm = &mvd->cm;
cl->pool = &mvd->pool;