From dfb90e25c16e8bb27af20fd368a2c7e17025720d Mon Sep 17 00:00:00 2001 From: caxanga334 <10157643+caxanga334@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:39:41 -0300 Subject: [PATCH] Add Missing Members to surfacesoundnames_t (#285) --- public/vphysics_interface.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/vphysics_interface.h b/public/vphysics_interface.h index bed104ce..620f4c45 100644 --- a/public/vphysics_interface.h +++ b/public/vphysics_interface.h @@ -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