mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
VITA/NX: Fix order or progdefs
This commit is contained in:
parent
8206b827ea
commit
d9143fdd66
1 changed files with 2 additions and 2 deletions
|
@ -156,11 +156,11 @@ typedef struct
|
|||
string_t noise3;
|
||||
float x2_icon;
|
||||
float insta_icon;
|
||||
string_t Weapon_Name;
|
||||
string_t Weapon_Name_Touch;
|
||||
vec3_t ADS_Offset;
|
||||
vec3_t Flash_Offset;
|
||||
float Flash_Size;
|
||||
string_t Weapon_Name;
|
||||
string_t Weapon_Name_Touch;
|
||||
float currentmag2;
|
||||
float maxspeed;
|
||||
float facingenemy;
|
||||
|
|
Loading…
Reference in a new issue