mirror of
https://github.com/DarkPlacesEngine/dpmodel.git
synced 2024-11-23 20:42:07 +00:00
Corrected names in credits to be more accurate and consistent.
git-svn-id: svn://svn.icculus.org/twilight/trunk/dpmodel@12485 d7cf8633-e32d-0410-b094-e92efae38249
This commit is contained in:
parent
677781d1dc
commit
71be9440ad
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
// converter for .smd files (and a .txt script) to .dpm
|
||||
// written by Forest 'LordHavoc' Hale but placed into public domain
|
||||
// written by Ashley Rose Hale (LadyHavoc) but placed into public domain
|
||||
//
|
||||
// disclaimer: Forest Hale is not not responsible if this code blinds you with
|
||||
// disclaimer: Ashley Rose Hale (LadyHavoc) is not not responsible if this code blinds you with
|
||||
// its horrible design, sets your house on fire, makes you cry,
|
||||
// or anything else - use at your own risk.
|
||||
//
|
||||
|
@ -178,7 +178,7 @@ void makepath(char *text)
|
|||
}
|
||||
}
|
||||
|
||||
// LordHavoc: taken from DarkPlaces
|
||||
// LadyHavoc: taken from DarkPlaces
|
||||
typedef enum qboolean_e {false = 0, true = 1} qboolean;
|
||||
#define MAX_TOKEN_CHARS 1024
|
||||
char com_token[MAX_TOKEN_CHARS];
|
||||
|
@ -824,7 +824,7 @@ int parseskeleton(void)
|
|||
printf("error: bone %i not defined\n", num);
|
||||
return 0;
|
||||
}
|
||||
// LordHavoc: compute matrix
|
||||
// LadyHavoc: compute matrix
|
||||
frames[frame].bones[num] = computebonematrix(x * modelscale[0], y * modelscale[1], z * modelscale[2], a, b, c);
|
||||
}
|
||||
// skip any trailing parameters (might be a later version of smd)
|
||||
|
|
Loading…
Reference in a new issue