mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
another fix. Thanks Zakk Middleton
This commit is contained in:
parent
a13aaa8b0b
commit
fa34239f58
1 changed files with 2 additions and 2 deletions
|
@ -562,8 +562,8 @@ 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 *) &curframe->bones[j];
|
||||
frame = (mdrFrame_t *) &frame->bones[j];
|
||||
curframe = (mdrFrame_t *) &curframe->bones[mdr->numBones];
|
||||
frame = (mdrFrame_t *) &frame->bones[mdr->numBones];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue