mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 01:11:01 +00:00
- Add licence headers to new files
- Add patch from Zack Middleton which fixes a few issues still
This commit is contained in:
parent
86c41d39da
commit
d37b2da593
6 changed files with 65 additions and 23 deletions
|
@ -326,7 +326,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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue