2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 02:01:51 +00:00

chore: fix typo in structs

This commit is contained in:
Jan
2024-04-07 10:54:04 +02:00
parent 9c4128b830
commit 3dad9d60da
2 changed files with 4 additions and 4 deletions

View File

@ -3352,7 +3352,7 @@ namespace IW5
int fireInterruptableTime;
};
enum WeapOverlayInteface_t
enum WeapOverlayInterface_t
{
WEAPOVERLAYINTERFACE_NONE = 0x0,
WEAPOVERLAYINTERFACE_JAVELIN = 0x1,
@ -3635,7 +3635,7 @@ namespace IW5
float fAdsZoomInFrac;
float fAdsZoomOutFrac;
ADSOverlay overlay;
WeapOverlayInteface_t overlayInterface;
WeapOverlayInterface_t overlayInterface;
float fAdsBobFactor;
float fAdsViewBobMult;
float fHipSpreadStandMin;