mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-26 06:00:50 +00:00
Cleanup medic and add sanity checks
This commit is contained in:
parent
f13744b79e
commit
817cb17c10
2 changed files with 571 additions and 306 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,10 @@
|
|||
// G:\quake2\baseq2\models/monsters/medic
|
||||
|
||||
// This file generated by ModelGen - Do NOT Modify
|
||||
|
||||
/* =======================================================================
|
||||
*
|
||||
* Medic animations.
|
||||
*
|
||||
* =======================================================================
|
||||
*/
|
||||
|
||||
#define FRAME_walk1 0
|
||||
#define FRAME_walk2 1
|
||||
#define FRAME_walk3 2
|
||||
|
@ -239,5 +242,4 @@
|
|||
#define FRAME_attack58 234
|
||||
#define FRAME_attack59 235
|
||||
#define FRAME_attack60 236
|
||||
|
||||
#define MODEL_SCALE 1.000000
|
||||
#define MODEL_SCALE 1.000000
|
||||
|
|
Loading…
Reference in a new issue