Don't set shittysigns value directly

This commit is contained in:
AJ Martinez 2024-03-02 04:43:22 -07:00
parent 81bb3500a4
commit 052d69e835

View file

@ -179,7 +179,7 @@ static UINT8 cheatf_mentalsonic(void)
static UINT8 cheatf_shittysigns(void)
{
cv_shittysigns.value = !(cv_shittysigns.value);
CV_SetValue(&cv_shittysigns, !cv_shittysigns.value);
if (cv_shittysigns.value)
{
S_StartSound(NULL, sfx_mixup);