- Add licence headers to new files

- Add patch from Zack Middleton which fixes a few issues still
This commit is contained in:
Thilo Schulz 2011-05-02 20:30:14 +00:00
parent 86c41d39da
commit d37b2da593
6 changed files with 65 additions and 23 deletions

View file

@ -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;