summaryrefslogtreecommitdiff
path: root/src/renderer/tr_animation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_animation.c')
-rw-r--r--src/renderer/tr_animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_animation.c b/src/renderer/tr_animation.c
index 513fc082..a9bcd507 100644
--- a/src/renderer/tr_animation.c
+++ b/src/renderer/tr_animation.c
@@ -327,7 +327,7 @@ void R_MDRAddAnimSurfaces( trRefEntity_t *ent ) {
int cull;
qboolean personalModel;
- header = (mdrHeader_t *) tr.currentModel->md4;
+ header = (mdrHeader_t *) tr.currentModel->modelData;
personalModel = (ent->e.renderfx & RF_THIRD_PERSON) && !tr.viewParms.isPortal;