diff --git a/code/renderer/tr_model.c b/code/renderer/tr_model.c index 6f7d7c56..12db8ade 100644 --- a/code/renderer/tr_model.c +++ b/code/renderer/tr_model.c @@ -562,7 +562,7 @@ static qboolean R_LoadMDR( model_t *mod, void *buffer, int filesize, const char ((float *)frame->bones)[j] = LittleFloat( ((float *)curframe->bones)[j] ); } - curframe = (mdrFrame_t *) &cframe->bones[j]; + curframe = (mdrFrame_t *) &curframe->bones[j]; frame = (mdrFrame_t *) &frame->bones[j]; } }