]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
model_shared: Rename dp_model_t to model_t, to avoid confusion with the dpm format
[xonotic/darkplaces.git] / render.h
index 0a9213e3dc13ba4bb53544eaf2ed67d7fe71e2b3..db5f9e85cc2a6de54f27decf11a51a244e30f5bd 100644 (file)
--- a/render.h
+++ b/render.h
@@ -354,7 +354,7 @@ typedef struct r_refdef_scene_s {
        entity_render_t *worldentity;
 
        // same as worldentity->model
-       dp_model_t *worldmodel;
+       model_t *worldmodel;
 
        // renderable entities (excluding world)
        entity_render_t **entities;