mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Cleanup gunner and add sanity checks
This commit is contained in:
parent
a3eb6b72aa
commit
c9f4d792f9
2 changed files with 692 additions and 356 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,10 @@
|
|||
// G:\quake2\baseq2\models/gunner
|
||||
|
||||
// This file generated by ModelGen - Do NOT Modify
|
||||
|
||||
/* =======================================================================
|
||||
*
|
||||
* Gunner animations.
|
||||
*
|
||||
* =======================================================================
|
||||
*/
|
||||
|
||||
#define FRAME_stand01 0
|
||||
#define FRAME_stand02 1
|
||||
#define FRAME_stand03 2
|
||||
|
@ -221,5 +224,4 @@
|
|||
#define FRAME_jump08 216
|
||||
#define FRAME_jump09 217
|
||||
#define FRAME_jump10 218
|
||||
|
||||
#define MODEL_SCALE 1.150000
|
||||
#define MODEL_SCALE 1.150000
|
||||
|
|
Loading…
Reference in a new issue