1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00

Add Missing Members to surfacesoundnames_t (#285)

This commit is contained in:
caxanga334 2024-11-21 23:39:41 -03:00 committed by GitHub
parent ecbe3c2b44
commit dfb90e25c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -918,6 +918,10 @@ struct surfacesoundnames_t
unsigned short breakSound;
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