chore: fix typo in structs

This commit is contained in:
Jan 2024-04-07 10:54:04 +02:00
parent 9c4128b830
commit 3dad9d60da
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C
2 changed files with 4 additions and 4 deletions

View File

@ -3933,7 +3933,7 @@ namespace IW4
WEAPOVERLAYRETICLE_NUM
};
enum WeapOverlayInteface_t
enum WeapOverlayInterface_t
{
WEAPOVERLAYINTERFACE_NONE = 0x0,
WEAPOVERLAYINTERFACE_JAVELIN = 0x1,
@ -4275,7 +4275,7 @@ namespace IW4
Material* overlayMaterialEMP;
Material* overlayMaterialEMPLowRes;
weapOverlayReticle_t overlayReticle;
WeapOverlayInteface_t overlayInterface;
WeapOverlayInterface_t overlayInterface;
float overlayWidth;
float overlayHeight;
float overlayWidthSplitscreen;

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;