mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix cv_mentalsonic too
This commit is contained in:
parent
fff200d174
commit
b3ff71ad0f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ static UINT8 cheatf_savetheframes(void)
|
|||
|
||||
static UINT8 cheatf_mentalsonic(void)
|
||||
{
|
||||
cv_mentalsonic.value = !(cv_mentalsonic.value);
|
||||
CV_SetValue(&cv_mentalsonic, !cv_mentalsonic.value);
|
||||
if (cv_mentalsonic.value)
|
||||
{
|
||||
S_StartSound(NULL, sfx_gshbb);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue