diff --git a/src/m_cheat.c b/src/m_cheat.c index b88502542..779d6b526 100644 --- a/src/m_cheat.c +++ b/src/m_cheat.c @@ -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);