]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
host: Move out some client and server code
[xonotic/darkplaces.git] / model_shared.c
index 9a269a62a0e36d624846a09987ae90f9d959a9d7..5c69dd23e1d1d575e74f693eecaf7f425f89b46a 100644 (file)
@@ -641,7 +641,7 @@ model_t *Mod_ForName(const char *name, qbool crash, qbool checkdisk, const char
 
        // FIXME: So we don't crash if a server is started early.
        if(!vid_opened)
-               Host_StartVideo();
+               CL_StartVideo();
 
        model = Mod_FindName(name, parentname);
        if (!model->loaded || checkdisk)