mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't set shittysigns value directly
This commit is contained in:
parent
81bb3500a4
commit
052d69e835
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ static UINT8 cheatf_mentalsonic(void)
|
||||||
|
|
||||||
static UINT8 cheatf_shittysigns(void)
|
static UINT8 cheatf_shittysigns(void)
|
||||||
{
|
{
|
||||||
cv_shittysigns.value = !(cv_shittysigns.value);
|
CV_SetValue(&cv_shittysigns, !cv_shittysigns.value);
|
||||||
if (cv_shittysigns.value)
|
if (cv_shittysigns.value)
|
||||||
{
|
{
|
||||||
S_StartSound(NULL, sfx_mixup);
|
S_StartSound(NULL, sfx_mixup);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue