From 7694ae29ccea15b19601fba56e7b5eb20329b739 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 30 Jun 2012 21:44:43 +0900 Subject: [PATCH] a compile fix --- qtv/source/sv_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtv/source/sv_parse.c b/qtv/source/sv_parse.c index 53419b61a..37162cdc8 100644 --- a/qtv/source/sv_parse.c +++ b/qtv/source/sv_parse.c @@ -214,7 +214,7 @@ sv_skins_f (server_t *sv) // actual in-game update messages MSG_WriteByte (&sv->netchan.message, qtv_stringcmd); MSG_WriteString (&sv->netchan.message, va (0, "begin %d", sv->spawncount)); - sv->worldmodel = Mod_ForName (sv->modelllist[1], false); + sv->worldmodel = Mod_ForName (sv->modellist[1], false); sv->next_run = realtime; sv->connected = 2; sv->delta = -1;