added more strings

This commit is contained in:
David Anderson
2006-03-29 23:57:42 +00:00
parent 5e22cd5f0a
commit a7acf05bfc
2 changed files with 14 additions and 6 deletions

View File

@ -144,7 +144,11 @@ enum pev_pointers
vuser3,
vuser4,
punchangle,
pev_vecarray_end
pev_vecarray_end,
pev_string2_begin, /* anything after here are string corrections */
pev_weaponmodel2,
pev_viewmodel2,
pev_absolute_end,
};
void initialze_offsets();