]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmisc.c
a big change with a little description...
[xonotic/darkplaces.git] / gl_rmisc.c
index 72dc5e4355036dc81c21cad58a159335c31a814f..cfc884d00604395d34f86e9aea925fc804569e00 100644 (file)
@@ -170,7 +170,7 @@ void R_NewMap (void)
                d_lightstylevalue[i] = 264;             // normal light value
 
        memset (&r_worldentity, 0, sizeof(r_worldentity));
-       r_worldentity.model = cl.worldmodel;
+       r_worldentity.render.model = cl.worldmodel;
        currententity = &r_worldentity;
 
 // clear out efrags in case the level hasn't been reloaded