mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Add Missing Members to surfacesoundnames_t (#285)
This commit is contained in:
parent
ecbe3c2b44
commit
dfb90e25c1
@ -918,6 +918,10 @@ struct surfacesoundnames_t
|
|||||||
|
|
||||||
unsigned short breakSound;
|
unsigned short breakSound;
|
||||||
unsigned short strainSound;
|
unsigned short strainSound;
|
||||||
|
|
||||||
|
// These two are used to store the "jump" and "land" entries from surfaceproperties.txt
|
||||||
|
unsigned short unknown001;
|
||||||
|
unsigned short unknown002;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct surfacesoundhandles_t
|
struct surfacesoundhandles_t
|
||||||
|
Loading…
Reference in New Issue
Block a user